Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.brass-mesh {
color: #e1a84c;
}
.light-copper {
color: #c28f4c;
}
.hazel {
color: #a16d4f;
}
.nocturne-red {
color: #7c4b5a;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--brass-mesh:#e1a84c;
--light-copper:#c28f4c;
--hazel:#a16d4f;
--nocturne-red:#7c4b5a;
}