Color names in this palette
CSS code for this palette
/* CSS */
.giant-onion {
color: #685b9a;
}
.faraway-sky {
color: #8f7ec4;
}
.enchanted-lavender {
color: #b8a2e6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.brass-mesh {
color: #e2a34b;
}
/* CSS Variables */
:root {
--giant-onion:#685b9a;
--faraway-sky:#8f7ec4;
--enchanted-lavender:#b8a2e6;
--solar-plexus-chakra:#f1c84b;
--brass-mesh:#e2a34b;
}