Color names in this palette
CSS code for this palette
/* CSS */
.tartare {
color: #c45b3b;
}
.clay-mug {
color: #d77c5b;
}
.inventive-orange {
color: #e6a06b;
}
.pumpkin-mousse {
color: #f1c2a7;
}
.almond-kiss {
color: #f7e3d4;
}
/* CSS Variables */
:root {
--tartare:#c45b3b;
--clay-mug:#d77c5b;
--inventive-orange:#e6a06b;
--pumpkin-mousse:#f1c2a7;
--almond-kiss:#f7e3d4;
}