Color names in this palette
CSS code for this palette
/* CSS */
.calla {
color: #f2dfb5;
}
.almond-blossom {
color: #f2abb7;
}
.midwinter-mist {
color: #a6d3dd;
}
.georgia-peach {
color: #f97171;
}
.mango-margarita {
color: #f8b654;
}
/* CSS Variables */
:root {
--calla:#f2dfb5;
--almond-blossom:#f2abb7;
--midwinter-mist:#a6d3dd;
--georgia-peach:#f97171;
--mango-margarita:#f8b654;
}