Color names in this palette
CSS code for this palette
/* CSS */
.caramelo-dulce {
color: #d89f69;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.cherokee-dignity {
color: #e57b1f;
}
.traditional-leather {
color: #6f4f3e;
}
.texas-heatwave {
color: #a64e3a;
}
/* CSS Variables */
:root {
--caramelo-dulce:#d89f69;
--solar-plexus-chakra:#f1c84b;
--cherokee-dignity:#e57b1f;
--traditional-leather:#6f4f3e;
--texas-heatwave:#a64e3a;
}