Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #fce84f;
}
.deep-fried-sun-rays {
color: #f7c559;
}
.lion-of-menecrates {
color: #f3a968;
}
.true-love {
color: #e6798a;
}
.peppermint-swirl {
color: #d65c78;
}
/* CSS Variables */
:root {
--paris-daisy:#fce84f;
--deep-fried-sun-rays:#f7c559;
--lion-of-menecrates:#f3a968;
--true-love:#e6798a;
--peppermint-swirl:#d65c78;
}