Color names in this palette
CSS code for this palette
/* CSS */
.flower-blossom-pink {
color: #f27d8b;
}
.dandelion-wine {
color: #fcf1ba;
}
.eerie-glow {
color: #a5d9b8;
}
.squeaky {
color: #6ec1d8;
}
.shot-over {
color: #4b5e68;
}
/* CSS Variables */
:root {
--flower-blossom-pink:#f27d8b;
--dandelion-wine:#fcf1ba;
--eerie-glow:#a5d9b8;
--squeaky:#6ec1d8;
--shot-over:#4b5e68;
}