Color names in this palette
CSS code for this palette
/* CSS */
.crusade-king {
color: #d6c561;
}
.citrus-spice {
color: #e1d24c;
}
.bone-white {
color: #f3e2af;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.brownish-yellow {
color: #c7b600;
}
/* CSS Variables */
:root {
--crusade-king:#d6c561;
--citrus-spice:#e1d24c;
--bone-white:#f3e2af;
--solar-plexus-chakra:#f1c84b;
--brownish-yellow:#c7b600;
}