Color names in this palette
CSS code for this palette
/* CSS */
.high-style-beige {
color: #e3d6c4;
}
.classic-terra {
color: #e4cdaf;
}
.polvo-de-oro {
color: #e7ba7e;
}
.troll-slayer-orange {
color: #f7a44b;
}
.sundance {
color: #f8c76d;
}
/* CSS Variables */
:root {
--high-style-beige:#e3d6c4;
--classic-terra:#e4cdaf;
--polvo-de-oro:#e7ba7e;
--troll-slayer-orange:#f7a44b;
--sundance:#f8c76d;
}