Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f2a6b4;
}
.in-the-pink {
color: #f4c3d1;
}
.pork-belly {
color: #f8e2e7;
}
.petal-plush {
color: #e0afe9;
}
.pale-purple {
color: #b58cd4;
}
/* CSS Variables */
:root {
--princess:#f2a6b4;
--in-the-pink:#f4c3d1;
--pork-belly:#f8e2e7;
--petal-plush:#e0afe9;
--pale-purple:#b58cd4;
}