Color names in this palette
CSS code for this palette
/* CSS */
.cool-water-lake {
color: #9ddae1;
}
.blizzard-blue {
color: #a1e5e8;
}
.mint-macaron {
color: #b3f0f4;
}
.fulgrim-pink {
color: #f4b4ce;
}
.sachet-pink {
color: #f490b1;
}
/* CSS Variables */
:root {
--cool-water-lake:#9ddae1;
--blizzard-blue:#a1e5e8;
--mint-macaron:#b3f0f4;
--fulgrim-pink:#f4b4ce;
--sachet-pink:#f490b1;
}