Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.mandarin-orange {
color: #f36e39;
}
.sunshine-surprise {
color: #faad29;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.favourite-lady {
color: #e3c4d8;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--mandarin-orange:#f36e39;
--sunshine-surprise:#faad29;
--lemon-ice-yellow:#f6e1a7;
--favourite-lady:#e3c4d8;
}