Color names in this palette
CSS code for this palette
/* CSS */
.sprinkled-with-pink {
color: #e8a1ae;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sour-candy {
color: #69af4b;
}
.ashton-blue {
color: #4a7cba;
}
.flame-orange {
color: #f78c22;
}
/* CSS Variables */
:root {
--sprinkled-with-pink:#e8a1ae;
--solar-plexus-chakra:#f1c84b;
--sour-candy:#69af4b;
--ashton-blue:#4a7cba;
--flame-orange:#f78c22;
}