Color names in this palette
CSS code for this palette
/* CSS */
.bitter-violet {
color: #8b6b9e;
}
.lush-lilac {
color: #a07ab8;
}
.gumball {
color: #e7b1d1;
}
.rosy-nectar {
color: #f2c5e4;
}
.sweet-sachet {
color: #fdd8f0;
}
/* CSS Variables */
:root {
--bitter-violet:#8b6b9e;
--lush-lilac:#a07ab8;
--gumball:#e7b1d1;
--rosy-nectar:#f2c5e4;
--sweet-sachet:#fdd8f0;
}