Color names in this palette
CSS code for this palette
/* CSS */
.alyssa {
color: #f5e2d6;
}
.sweet-lilac {
color: #eab8d1;
}
.fulgrim-pink {
color: #f2b1d2;
}
.sandalwood-beige {
color: #f2d2b1;
}
.mollusca {
color: #e8bca1;
}
/* CSS Variables */
:root {
--alyssa:#f5e2d6;
--sweet-lilac:#eab8d1;
--fulgrim-pink:#f2b1d2;
--sandalwood-beige:#f2d2b1;
--mollusca:#e8bca1;
}