Color names in this palette
CSS code for this palette
/* CSS */
.cigar {
color: #7e4d3a;
}
.calliope {
color: #c69b8b;
}
.warming-peach {
color: #e3b8a1;
}
.marquisette {
color: #f5d49e;
}
.sandy-beach {
color: #f9e3d2;
}
/* CSS Variables */
:root {
--cigar:#7e4d3a;
--calliope:#c69b8b;
--warming-peach:#e3b8a1;
--marquisette:#f5d49e;
--sandy-beach:#f9e3d2;
}