Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.pink-beach {
color: #f8c2a5;
}
.childhood-crush {
color: #e76d65;
}
.lucent-yellow {
color: #e4d0a5;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c2;
--solar-plexus-chakra:#f1c84b;
--pink-beach:#f8c2a5;
--childhood-crush:#e76d65;
--lucent-yellow:#e4d0a5;
}