Color names in this palette
CSS code for this palette
/* CSS */
.magneto-s-magenta {
color: #a62b92;
}
.pink-flamb {
color: #d24b8a;
}
.rozowy-pink {
color: #f3a5b6;
}
.bali-sand {
color: #f6e8d5;
}
.bay {
color: #b2e0d0;
}
/* CSS Variables */
:root {
--magneto-s-magenta:#a62b92;
--pink-flamb:#d24b8a;
--rozowy-pink:#f3a5b6;
--bali-sand:#f6e8d5;
--bay:#b2e0d0;
}