Color names in this palette
CSS code for this palette
/* CSS */
.burnt-toffee {
color: #b07c5e;
}
.desert-dust {
color: #e4b58b;
}
.gracious-glow {
color: #beae79;
}
.tartare {
color: #c25c3d;
}
.roycroft-copper-red {
color: #7d3b2b;
}
/* CSS Variables */
:root {
--burnt-toffee:#b07c5e;
--desert-dust:#e4b58b;
--gracious-glow:#beae79;
--tartare:#c25c3d;
--roycroft-copper-red:#7d3b2b;
}