Color names in this palette
CSS code for this palette
/* CSS */
.lacquer-mauve {
color: #f1d0e4;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.prettiest-pink {
color: #e1a3c8;
}
.himalayan-balsam {
color: #ff9ec8;
}
.scented-spring {
color: #f2d4f2;
}
/* CSS Variables */
:root {
--lacquer-mauve:#f1d0e4;
--hot-aquarelle-pink:#ffb3d9;
--prettiest-pink:#e1a3c8;
--himalayan-balsam:#ff9ec8;
--scented-spring:#f2d4f2;
}