Color names in this palette
CSS code for this palette
/* CSS */
.thrilling-lime {
color: #8dbf4f;
}
.paris-daisy {
color: #f9e54e;
}
.flame-orange {
color: #f78b26;
}
.radish-lips {
color: #e73259;
}
.wild-aster {
color: #a62b83;
}
/* CSS Variables */
:root {
--thrilling-lime:#8dbf4f;
--paris-daisy:#f9e54e;
--flame-orange:#f78b26;
--radish-lips:#e73259;
--wild-aster:#a62b83;
}