Color names in this palette
CSS code for this palette
/* CSS */
.wildflower-bouquet {
color: #ffb3b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-heather {
color: #d3c3df;
}
.eerie-glow {
color: #a5d9b8;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--wildflower-bouquet:#ffb3b3;
--grapefruit-pulp:#ff6e61;
--fresh-heather:#d3c3df;
--eerie-glow:#a5d9b8;
--hollandaise:#ffec3d;
}