Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.lion-of-menecrates {
color: #f1a76a;
}
.honeycomb-yellow {
color: #e19e4c;
}
.buried-treasure {
color: #d58c3f;
}
.mulberry-thorn {
color: #c5782b;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--lion-of-menecrates:#f1a76a;
--honeycomb-yellow:#e19e4c;
--buried-treasure:#d58c3f;
--mulberry-thorn:#c5782b;
}