Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6e4f8c;
}
.lush-lilac {
color: #9c7dba;
}
.geranium-bud {
color: #d19fc7;
}
.sandalwood-beige {
color: #f2d1b1;
}
.golden-glam {
color: #f4b943;
}
/* CSS Variables */
:root {
--magenta-violet:#6e4f8c;
--lush-lilac:#9c7dba;
--geranium-bud:#d19fc7;
--sandalwood-beige:#f2d1b1;
--golden-glam:#f4b943;
}