Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.pastel-lavender {
color: #d7a3c4;
}
.eau-de-rose {
color: #e2b6d3;
}
.berry-popsicle {
color: #d5a5c8;
}
.valentine-heart {
color: #b77b9a;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--pastel-lavender:#d7a3c4;
--eau-de-rose:#e2b6d3;
--berry-popsicle:#d5a5c8;
--valentine-heart:#b77b9a;
}