Color names in this palette
CSS code for this palette
/* CSS */
.new-wheat {
color: #d6b16b;
}
.capital-yellow {
color: #e2b646;
}
.solar-plexus-chakra {
color: #f3c949;
}
.no-gmb-yellow {
color: #f9e78b;
}
.friendly-yellow {
color: #f6e2b1;
}
/* CSS Variables */
:root {
--new-wheat:#d6b16b;
--capital-yellow:#e2b646;
--solar-plexus-chakra:#f3c949;
--no-gmb-yellow:#f9e78b;
--friendly-yellow:#f6e2b1;
}