Color names in this palette
CSS code for this palette
/* CSS */
.blended-fruit {
color: #f8e1a5;
}
.hawker-s-gold {
color: #f6c36a;
}
.creole-sauce {
color: #f48b2f;
}
.iron-orange {
color: #e66b1e;
}
.orange-wood {
color: #b84c1e;
}
/* CSS Variables */
:root {
--blended-fruit:#f8e1a5;
--hawker-s-gold:#f6c36a;
--creole-sauce:#f48b2f;
--iron-orange:#e66b1e;
--orange-wood:#b84c1e;
}