Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mandarin {
color: #d15d3d;
}
.doughnut {
color: #f1a355;
}
.arts-crafts-gold {
color: #f8c58b;
}
.bone-white {
color: #f2e2b0;
}
.filtered-forest {
color: #b7e1d4;
}
/* CSS Variables */
:root {
--sweet-mandarin:#d15d3d;
--doughnut:#f1a355;
--arts-crafts-gold:#f8c58b;
--bone-white:#f2e2b0;
--filtered-forest:#b7e1d4;
}