Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.roasted-squash {
color: #e8a359;
}
.field-poppy {
color: #d76d3c;
}
.sun-s-rage {
color: #a74c39;
}
.vintage-merlot {
color: #7a3e4d;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--roasted-squash:#e8a359;
--field-poppy:#d76d3c;
--sun-s-rage:#a74c39;
--vintage-merlot:#7a3e4d;
}