Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75b;
}
.dodgeroll-gold {
color: #f39c12;
}
.24-carrot {
color: #e76e23;
}
.punch {
color: #d54030;
}
.radish {
color: #a42d3f;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75b;
--dodgeroll-gold:#f39c12;
--24-carrot:#e76e23;
--punch:#d54030;
--radish:#a42d3f;
}