Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.gilded-leaves {
color: #e9a63a;
}
.bitter-orange {
color: #d67c2e;
}
.golden-lion-tamarin {
color: #c75b29;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--solar-plexus-chakra:#f1c84b;
--gilded-leaves:#e9a63a;
--bitter-orange:#d67c2e;
--golden-lion-tamarin:#c75b29;
}