Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.jurassic-gold {
color: #e4a34e;
}
.serape {
color: #d88a4b;
}
.tile-red {
color: #c76b4d;
}
.glazed-raspberry {
color: #a14f5d;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--jurassic-gold:#e4a34e;
--serape:#d88a4b;
--tile-red:#c76b4d;
--glazed-raspberry:#a14f5d;
}