Color names in this palette
CSS code for this palette
/* CSS */
.striking-purple {
color: #904c8f;
}
.pearly-purple {
color: #b365a4;
}
.pastel-lavender {
color: #d8a2c0;
}
.cherry-blossom {
color: #f4bed7;
}
.blush-tint {
color: #f4e1e6;
}
/* CSS Variables */
:root {
--striking-purple:#904c8f;
--pearly-purple:#b365a4;
--pastel-lavender:#d8a2c0;
--cherry-blossom:#f4bed7;
--blush-tint:#f4e1e6;
}