Color names in this palette
CSS code for this palette
/* CSS */
.havana {
color: #3c2a2e;
}
.ancient-prunus {
color: #5c3d3f;
}
.apple-butter {
color: #8d4e50;
}
.soft-leather {
color: #d79f79;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--havana:#3c2a2e;
--ancient-prunus:#5c3d3f;
--apple-butter:#8d4e50;
--soft-leather:#d79f79;
--solar-plexus-chakra:#f1c84b;
}