Color names in this palette
CSS code for this palette
/* CSS */
.mysterious-mauve {
color: #a4a3a8;
}
.lilac-mauve {
color: #d6d1d4;
}
.pink-booties {
color: #f0e0e5;
}
.dreamsicle {
color: #f6d4c1;
}
.she-loves-pink {
color: #e69994;
}
/* CSS Variables */
:root {
--mysterious-mauve:#a4a3a8;
--lilac-mauve:#d6d1d4;
--pink-booties:#f0e0e5;
--dreamsicle:#f6d4c1;
--she-loves-pink:#e69994;
}