Color names in this palette
CSS code for this palette
/* CSS */
.corn {
color: #f9e75d;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.themeda-japonica {
color: #e4b03f;
}
.opulent {
color: #d68a2e;
}
.cinnamon-stick {
color: #b1532b;
}
/* CSS Variables */
:root {
--corn:#f9e75d;
--solar-plexus-chakra:#f0c74c;
--themeda-japonica:#e4b03f;
--opulent:#d68a2e;
--cinnamon-stick:#b1532b;
}