Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.sunset-pink {
color: #f9d7e6;
}
.glittering-gemstone {
color: #e1c4e3;
}
.purple-premiere {
color: #b8a0d4;
}
.matt-purple {
color: #8c7ae6;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--sunset-pink:#f9d7e6;
--glittering-gemstone:#e1c4e3;
--purple-premiere:#b8a0d4;
--matt-purple:#8c7ae6;
}