Color names in this palette
CSS code for this palette
/* CSS */
.christmas-orange {
color: #d76e28;
}
.burning-trail {
color: #f39b20;
}
.marigold-dust {
color: #f4cf3e;
}
.nanohanacha-gold {
color: #e9b32b;
}
.mulberry-thorn {
color: #c57d30;
}
/* CSS Variables */
:root {
--christmas-orange:#d76e28;
--burning-trail:#f39b20;
--marigold-dust:#f4cf3e;
--nanohanacha-gold:#e9b32b;
--mulberry-thorn:#c57d30;
}