run-the-cat/src/theme.js
2025-04-30 02:50:42 +09:00

10 lines
131 B
JavaScript

const colors = {
primary: "#a6d1ff",
secondary: "#ff4f64",
tertiary: "#fff29d",
accent: "#a4e4b6"
};
export {
colors
}