@page-ui/wizard
Version:
Landing page components & templates that you can copy & paste
18 lines (17 loc) • 362 B
JavaScript
/* Configure colors at https://shipixen.com/color-theme-explorer-shadcn */
export const colors = {
primary: {
lighter: '#a5b4fc',
light: '#818cf8',
main: '#6366f1',
dark: '#4f46e5',
darker: '#4338ca',
},
secondary: {
lighter: '#86efac',
light: '#4ade80',
main: '#22c55e',
dark: '#16a34a',
darker: '#15803d',
},
};