Color names in this palette
CSS code for this palette
/* CSS */
.falling-leaves {
color: #a65c3a;
}
.grounded {
color: #d68c61;
}
.fulgurite-copper {
color: #e5b77b;
}
.smooth-as-corn-silk {
color: #f6e4b1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--falling-leaves:#a65c3a;
--grounded:#d68c61;
--fulgurite-copper:#e5b77b;
--smooth-as-corn-silk:#f6e4b1;
--solar-plexus-chakra:#f1c84b;
}