Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-yellow {
color: #f6e741;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.zucchini-flower {
color: #e9a84e;
}
.coppersmith {
color: #d68a3d;
}
.mulberry-thorn {
color: #c67d2a;
}
/* CSS Variables */
:root {
--highlighter-yellow:#f6e741;
--solar-plexus-chakra:#f1cb4b;
--zucchini-flower:#e9a84e;
--coppersmith:#d68a3d;
--mulberry-thorn:#c67d2a;
}