Color names in this palette
CSS code for this palette
/* CSS */
.lavender-cream {
color: #c1a5e9;
}
.rich-lavender {
color: #a86dca;
}
.violet-kiss {
color: #f3a5d1;
}
.white-elf {
color: #f5c47f;
}
.sundance {
color: #f9c56c;
}
/* CSS Variables */
:root {
--lavender-cream:#c1a5e9;
--rich-lavender:#a86dca;
--violet-kiss:#f3a5d1;
--white-elf:#f5c47f;
--sundance:#f9c56c;
}