Color names in this palette
CSS code for this palette
/* CSS */
.pastel-lavender {
color: #d69fc3;
}
.in-the-pink {
color: #f2c5d3;
}
.provincial-pink {
color: #f5e2db;
}
.sand-dollar-white {
color: #f9e2c8;
}
.just-blush {
color: #f9b5a4;
}
/* CSS Variables */
:root {
--pastel-lavender:#d69fc3;
--in-the-pink:#f2c5d3;
--provincial-pink:#f5e2db;
--sand-dollar-white:#f9e2c8;
--just-blush:#f9b5a4;
}