Color names in this palette
CSS code for this palette
/* CSS */
.turbinado-sugar {
color: #f8b954;
}
.hawker-s-gold {
color: #f3c26d;
}
.orange-clay {
color: #e5a47b;
}
.tawny-orange {
color: #d37c6f;
}
.sweet-baby-rose {
color: #c1503e;
}
/* CSS Variables */
:root {
--turbinado-sugar:#f8b954;
--hawker-s-gold:#f3c26d;
--orange-clay:#e5a47b;
--tawny-orange:#d37c6f;
--sweet-baby-rose:#c1503e;
}