Color names in this palette
CSS code for this palette
/* CSS */
.nanohanacha-gold {
color: #e6b22d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.golden-raspberry {
color: #f6d979;
}
.wickerware {
color: #fce5b0;
}
.lavender-candy {
color: #ffb3d5;
}
/* CSS Variables */
:root {
--nanohanacha-gold:#e6b22d;
--solar-plexus-chakra:#f1c84b;
--golden-raspberry:#f6d979;
--wickerware:#fce5b0;
--lavender-candy:#ffb3d5;
}