Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.clay-mug {
color: #d67a5c;
}
.polvo-de-oro {
color: #e7ba7e;
}
.menoth-white-base {
color: #f2e6ba;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--clay-mug:#d67a5c;
--polvo-de-oro:#e7ba7e;
--menoth-white-base:#f2e6ba;
--marigold-dust:#f4cf3e;
}