Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.egyptian-gold {
color: #f0a44c;
}
.glazed-carrot {
color: #e86b30;
}
.warming-heart {
color: #d84b3b;
}
.dorset-naga {
color: #9d2a2c;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--egyptian-gold:#f0a44c;
--glazed-carrot:#e86b30;
--warming-heart:#d84b3b;
--dorset-naga:#9d2a2c;
}