Color names in this palette
CSS code for this palette
/* CSS */
.pink-cupcake {
color: #f7cfd5;
}
.rozowy-pink {
color: #f4a4b7;
}
.wonder-lust {
color: #f28c9f;
}
.pink-pepper {
color: #f05c72;
}
.calypso-berry {
color: #c0394b;
}
/* CSS Variables */
:root {
--pink-cupcake:#f7cfd5;
--rozowy-pink:#f4a4b7;
--wonder-lust:#f28c9f;
--pink-pepper:#f05c72;
--calypso-berry:#c0394b;
}