Color names in this palette
CSS code for this palette
/* CSS */
.classic-terra {
color: #e4cdaf;
}
.runelord-brass {
color: #b6a89a;
}
.renwick-heather {
color: #8d7c7c;
}
.entrada-sandstone {
color: #d6b19a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--classic-terra:#e4cdaf;
--runelord-brass:#b6a89a;
--renwick-heather:#8d7c7c;
--entrada-sandstone:#d6b19a;
--solar-plexus-chakra:#f1c84b;
}