aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/react-small-apps/apps/todos/src/sass/abstracts/_variables.scss
blob: 8f1717e51ec9fd057f48b8493278e823b4b42a8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$background-color: hsl(0, 0%, 100%);
$foreground-color: hsl(0, 0%, 0%);
$foreground-color-alt: hsl(0, 0%, 100%);
$primary-color: hsl(209, 54%, 32%);
$primary-color-light: hsl(209, 54%, 37%);
$primary-color-dark: hsl(209, 54%, 27%);
$secondary-color: hsl(32, 92%, 86%);
$secondary-color-light: hsl(32, 92%, 91%);
$secondary-color-dark: hsl(32, 92%, 81%);
$shadow-color: rgba(26, 57, 86, 0.55);
$done-color: hsl(32, 63%, 50%);
$delete-color: hsl(0, 63%, 50%);