Color names in this palette
CSS code for this palette
/* CSS */
.mulberry-thorn {
color: #ca7a2b;
}
.apricot-sorbet {
color: #e6a560;
}
.pumpkin-mousse {
color: #f1c2a7;
}
.obstinate-orange {
color: #da532b;
}
.korma {
color: #7e4a2a;
}
/* CSS Variables */
:root {
--mulberry-thorn:#ca7a2b;
--apricot-sorbet:#e6a560;
--pumpkin-mousse:#f1c2a7;
--obstinate-orange:#da532b;
--korma:#7e4a2a;
}