Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f4a4b7;
}
.prism-pink {
color: #f1a2c0;
}
.dahlia-delight {
color: #f6bbd3;
}
.sugarwinkle {
color: #f9c8e2;
}
.valerie {
color: #fce3e7;
}
/* CSS Variables */
:root {
--rozowy-pink:#f4a4b7;
--prism-pink:#f1a2c0;
--dahlia-delight:#f6bbd3;
--sugarwinkle:#f9c8e2;
--valerie:#fce3e7;
}