Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #f9e54e;
}
.orange-pospsicle {
color: #f3a812;
}
.chaat-masala {
color: #ef792a;
}
.burning-tomato {
color: #e64c2d;
}
.re-entry {
color: #d94a51;
}
/* CSS Variables */
:root {
--paris-daisy:#f9e54e;
--orange-pospsicle:#f3a812;
--chaat-masala:#ef792a;
--burning-tomato:#e64c2d;
--re-entry:#d94a51;
}