Color names in this palette
CSS code for this palette
/* CSS */
.lacquer-mauve {
color: #f1d0e1;
}
.soft-cashmere {
color: #f1b1d6;
}
.candy-tuft {
color: #f0d6e3;
}
.bubblegum-crisis {
color: #f1cbf0;
}
.pink-currant {
color: #ffd6e9;
}
/* CSS Variables */
:root {
--lacquer-mauve:#f1d0e1;
--soft-cashmere:#f1b1d6;
--candy-tuft:#f0d6e3;
--bubblegum-crisis:#f1cbf0;
--pink-currant:#ffd6e9;
}