Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f1b1c3;
}
.spaghetti-strap-pink {
color: #f6a7d6;
}
.hot-aquarelle-pink {
color: #f9b4e1;
}
.minimal-rose {
color: #f5d1e2;
}
.prettiest-pink {
color: #e2a1c7;
}
/* CSS Variables */
:root {
--rhodonite:#f1b1c3;
--spaghetti-strap-pink:#f6a7d6;
--hot-aquarelle-pink:#f9b4e1;
--minimal-rose:#f5d1e2;
--prettiest-pink:#e2a1c7;
}