Color names in this palette
CSS code for this palette
/* CSS */
.mango-orange {
color: #ff8d5c;
}
.apricot {
color: #ffb36b;
}
.golden-boy {
color: #ffe042;
}
.golden-glitter {
color: #f7e573;
}
.sunshine {
color: #fad275;
}
/* CSS Variables */
:root {
--mango-orange:#ff8d5c;
--apricot:#ffb36b;
--golden-boy:#ffe042;
--golden-glitter:#f7e573;
--sunshine:#fad275;
}