Color names in this palette
CSS code for this palette
/* CSS */
.centaur-brown {
color: #8c6c4f;
}
.amber-autumn {
color: #c79b6b;
}
.indian-khaki {
color: #d3b29c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.stroopwafel {
color: #a86d48;
}
/* CSS Variables */
:root {
--centaur-brown:#8c6c4f;
--amber-autumn:#c79b6b;
--indian-khaki:#d3b29c;
--solar-plexus-chakra:#f1c84b;
--stroopwafel:#a86d48;
}