Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.dream-of-spring {
color: #f6d12c;
}
.squash-blossom {
color: #f6b83c;
}
.brassy {
color: #d6a92e;
}
.nanohanacha-gold {
color: #e1b42d;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--dream-of-spring:#f6d12c;
--squash-blossom:#f6b83c;
--brassy:#d6a92e;
--nanohanacha-gold:#e1b42d;
}