Color names in this palette
CSS code for this palette
/* CSS */
.fussy-pink {
color: #e6a2b7;
}
.first-date {
color: #f6b2a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lighthouse-glow {
color: #f7d469;
}
.raichu-orange {
color: #f9a939;
}
/* CSS Variables */
:root {
--fussy-pink:#e6a2b7;
--first-date:#f6b2a2;
--solar-plexus-chakra:#f1c84b;
--lighthouse-glow:#f7d469;
--raichu-orange:#f9a939;
}