Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.pani-puri {
color: #f2a950;
}
.fading-torch {
color: #f29e54;
}
.chinese-lantern {
color: #f28c54;
}
.coral-orange {
color: #e86a4a;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--pani-puri:#f2a950;
--fading-torch:#f29e54;
--chinese-lantern:#f28c54;
--coral-orange:#e86a4a;
}