Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6b3e93;
}
.lusty-lavender {
color: #8d5bae;
}
.enchanted-lavender {
color: #c4a3d7;
}
.lavender-soap {
color: #f1c1e6;
}
.gemini-mustard-momento {
color: #f9a34e;
}
/* CSS Variables */
:root {
--sweet-flag:#6b3e93;
--lusty-lavender:#8d5bae;
--enchanted-lavender:#c4a3d7;
--lavender-soap:#f1c1e6;
--gemini-mustard-momento:#f9a34e;
}