Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d2;
}
.sandy-bay {
color: #f9d6b4;
}
.noodles {
color: #f9e5b4;
}
.seafair-green {
color: #b4f9d2;
}
.ice-cold-stare {
color: #b4d2f9;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d2;
--sandy-bay:#f9d6b4;
--noodles:#f9e5b4;
--seafair-green:#b4f9d2;
--ice-cold-stare:#b4d2f9;
}