9 lines
134 B
SCSS
9 lines
134 B
SCSS
:root {
|
|
--clr-blue: #444b64;
|
|
--clr-red: #d65343;
|
|
--clr-green: #90a9a1;
|
|
--clr-grey-400: #e2ba84;
|
|
--clr-grey-200: #f2dfc7;
|
|
}
|
|
|