Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.pale-pear {
color: #f7da6e;
}
.durango-dust {
color: #f9e19f;
}
.indian-yellow {
color: #e6a85b;
}
.opulent {
color: #d68a2e;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--pale-pear:#f7da6e;
--durango-dust:#f9e19f;
--indian-yellow:#e6a85b;
--opulent:#d68a2e;
}