Color names in this palette
CSS code for this palette
/* CSS */
.avid-apricot {
color: #f3c5a0;
}
.milky-maize {
color: #f9d89f;
}
.casino-lights {
color: #f7f2b6;
}
.frugal {
color: #a5d9b2;
}
.cerulean-frost {
color: #6e9cc4;
}
/* CSS Variables */
:root {
--avid-apricot:#f3c5a0;
--milky-maize:#f9d89f;
--casino-lights:#f7f2b6;
--frugal:#a5d9b2;
--cerulean-frost:#6e9cc4;
}