Color names in this palette
CSS code for this palette
/* CSS */
.turbinado-sugar {
color: #f8b954;
}
.troll-slayer-orange {
color: #f0a14c;
}
.velvet-marigold {
color: #e68c3d;
}
.tango {
color: #d7712d;
}
.grieving-daylily {
color: #c75a1f;
}
/* CSS Variables */
:root {
--turbinado-sugar:#f8b954;
--troll-slayer-orange:#f0a14c;
--velvet-marigold:#e68c3d;
--tango:#d7712d;
--grieving-daylily:#c75a1f;
}