Color names in this palette
CSS code for this palette
/* CSS */
.korma {
color: #7f4c29;
}
.falling-leaves {
color: #a65b3a;
}
.bright-sienna {
color: #d68b5c;
}
.harmonious-gold {
color: #e8cca1;
}
.honey-beige {
color: #f4e2c8;
}
/* CSS Variables */
:root {
--korma:#7f4c29;
--falling-leaves:#a65b3a;
--bright-sienna:#d68b5c;
--harmonious-gold:#e8cca1;
--honey-beige:#f4e2c8;
}