Color names in this palette
CSS code for this palette
/* CSS */
.flounce {
color: #4b8c91;
}
.mint-bonbon-green {
color: #7ab8a6;
}
.bay {
color: #b2e0d3;
}
.radome-tan {
color: #f0c89e;
}
.chewing-gum {
color: #e4b0af;
}
/* CSS Variables */
:root {
--flounce:#4b8c91;
--mint-bonbon-green:#7ab8a6;
--bay:#b2e0d3;
--radome-tan:#f0c89e;
--chewing-gum:#e4b0af;
}