Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f4c95d;
}
.pani-puri {
color: #f1a950;
}
.sun {
color: #ed8e3b;
}
.24-carrot {
color: #e26f22;
}
.war-paint-red {
color: #d6591f;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f4c95d;
--pani-puri:#f1a950;
--sun:#ed8e3b;
--24-carrot:#e26f22;
--war-paint-red:#d6591f;
}