Color names in this palette
CSS code for this palette
/* CSS */
.flavescent {
color: #f6e88e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.amber-glow {
color: #f19d3b;
}
.field-poppy {
color: #d66b3d;
}
.falling-leaves {
color: #a55b3b;
}
/* CSS Variables */
:root {
--flavescent:#f6e88e;
--solar-plexus-chakra:#f1c84b;
--amber-glow:#f19d3b;
--field-poppy:#d66b3d;
--falling-leaves:#a55b3b;
}