Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.blazing-orange {
color: #ffa64d;
}
.au-gratin {
color: #ff9d47;
}
.joyful-orange {
color: #ff913d;
}
.bright-mango {
color: #ff822e;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--blazing-orange:#ffa64d;
--au-gratin:#ff9d47;
--joyful-orange:#ff913d;
--bright-mango:#ff822e;
}