Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #f9e74e;
}
.orange-pospsicle {
color: #f4a20b;
}
.sumac-dyed {
color: #e58b24;
}
.lusty-orange {
color: #e56b2a;
}
.poinciana {
color: #d83d2c;
}
/* CSS Variables */
:root {
--paris-daisy:#f9e74e;
--orange-pospsicle:#f4a20b;
--sumac-dyed:#e58b24;
--lusty-orange:#e56b2a;
--poinciana:#d83d2c;
}