Color names in this palette
CSS code for this palette
/* CSS */
.cerulean-frost {
color: #689bc4;
}
.medical-mask {
color: #92c9e3;
}
.lazy-daisy {
color: #f3e7a0;
}
.surprise-amber {
color: #f0b77a;
}
.wet-pottery-clay {
color: #e2806e;
}
/* CSS Variables */
:root {
--cerulean-frost:#689bc4;
--medical-mask:#92c9e3;
--lazy-daisy:#f3e7a0;
--surprise-amber:#f0b77a;
--wet-pottery-clay:#e2806e;
}