Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.gusto-gold {
color: #fcae1d;
}
.goku-orange {
color: #f07e3d;
}
.lipstick {
color: #c45a86;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--solar-plexus-chakra:#f1c84b;
--gusto-gold:#fcae1d;
--goku-orange:#f07e3d;
--lipstick:#c45a86;
}