Color names in this palette
CSS code for this palette
/* CSS */
.winter-lakes {
color: #6193d1;
}
.sea-cliff {
color: #a3c8e1;
}
.pink-marshmallow {
color: #f5b8d0;
}
.lemon-gelato {
color: #f9eb9f;
}
.strawberry-pink {
color: #f06a7f;
}
/* CSS Variables */
:root {
--winter-lakes:#6193d1;
--sea-cliff:#a3c8e1;
--pink-marshmallow:#f5b8d0;
--lemon-gelato:#f9eb9f;
--strawberry-pink:#f06a7f;
}