Color names in this palette
CSS code for this palette
/* CSS */
.cigar {
color: #7e4d3a;
}
.persimmon-varnish {
color: #9f573c;
}
.wine-yellow {
color: #d6c085;
}
.novelle-peach {
color: #e5c7b3;
}
.folk-tale {
color: #aee0be;
}
/* CSS Variables */
:root {
--cigar:#7e4d3a;
--persimmon-varnish:#9f573c;
--wine-yellow:#d6c085;
--novelle-peach:#e5c7b3;
--folk-tale:#aee0be;
}