Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.last-sunlight {
color: #e6b93d;
}
.golden-samovar {
color: #ddab2c;
}
.sharp-lime {
color: #bfae2b;
}
.chai-tea {
color: #a47c2d;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--last-sunlight:#e6b93d;
--golden-samovar:#ddab2c;
--sharp-lime:#bfae2b;
--chai-tea:#a47c2d;
}