Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.golden-glow {
color: #f9d57b;
}
.golden-cream {
color: #f9b56c;
}
.candlelight-peach {
color: #f8a5a0;
}
.flower-blossom-pink {
color: #f57a8b;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--golden-glow:#f9d57b;
--golden-cream:#f9b56c;
--candlelight-peach:#f8a5a0;
--flower-blossom-pink:#f57a8b;
}