Color names in this palette
CSS code for this palette
/* CSS */
.pastel-lavender {
color: #d7a3c2;
}
.cherry-blossom {
color: #f4c3d5;
}
.poetic-princess {
color: #f9e1e5;
}
.white-strawberry {
color: #fce3b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pastel-lavender:#d7a3c2;
--cherry-blossom:#f4c3d5;
--poetic-princess:#f9e1e5;
--white-strawberry:#fce3b6;
--grapefruit-pulp:#ff6e61;
}