Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.brass-mesh {
color: #e2ab4b;
}
.flaming-torch {
color: #d1864d;
}
.mauve-memento {
color: #a76c8f;
}
.magenta-violet {
color: #6c4f8c;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--brass-mesh:#e2ab4b;
--flaming-torch:#d1864d;
--mauve-memento:#a76c8f;
--magenta-violet:#6c4f8c;
}