5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
let white = "#DCD2E2"
|
|
let primary = "#837197"
|
|
|
|
export {white, primary}
|