Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.bright-sienna {
color: #d7885b;
}
.cameleer {
color: #e0af61;
}
.golden-lion {
color: #f0c86a;
}
.lion-of-menecrates {
color: #f2a769;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--bright-sienna:#d7885b;
--cameleer:#e0af61;
--golden-lion:#f0c86a;
--lion-of-menecrates:#f2a769;
}