Color names in this palette
CSS code for this palette
/* CSS */
.cigar {
color: #7e4d3a;
}
.ginger-ale {
color: #c6a86c;
}
.gold-strand {
color: #f2e0a6;
}
.sizzling-sunset {
color: #e67f4c;
}
.terra-brun {
color: #5a3930;
}
/* CSS Variables */
:root {
--cigar:#7e4d3a;
--ginger-ale:#c6a86c;
--gold-strand:#f2e0a6;
--sizzling-sunset:#e67f4c;
--terra-brun:#5a3930;
}