Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f4b3b3;
}
.think-pink {
color: #e5a4c2;
}
.pastel-lavender {
color: #d69fc2;
}
.powder-blush {
color: #d79289;
}
.valentine-heart {
color: #b87a9b;
}
/* CSS Variables */
:root {
--precious-pink:#f4b3b3;
--think-pink:#e5a4c2;
--pastel-lavender:#d69fc2;
--powder-blush:#d79289;
--valentine-heart:#b87a9b;
}