9 lines
172 B
SCSS
9 lines
172 B
SCSS
|
:root {
|
||
|
--clr-blue: #576ca8;
|
||
|
--clr-lavender: #d3d2ef;
|
||
|
--clr-murrey: #79214c;
|
||
|
--clr-blush: #cf6379;
|
||
|
--clr-melon: #ffadad;
|
||
|
--container-size: 40rem;
|
||
|
}
|