Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.forever-lilac {
color: #b1a7c8;
}
.sparkling-pink {
color: #f2cfe5;
}
.citrus-hill {
color: #f9a68b;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--forever-lilac:#b1a7c8;
--sparkling-pink:#f2cfe5;
--citrus-hill:#f9a68b;
--pompelmo:#ff6b6b;
}