Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.cat-s-eye-marble {
color: #d6a75c;
}
.yellow-acorn {
color: #b78b4e;
}
.victorian-gold {
color: #a1763a;
}
.bronze-brown {
color: #7c5c2d;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--cat-s-eye-marble:#d6a75c;
--yellow-acorn:#b78b4e;
--victorian-gold:#a1763a;
--bronze-brown:#7c5c2d;
}