Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f7c8bb;
}
.rozowy-pink {
color: #f1a7b8;
}
.paris-pink {
color: #d66b94;
}
.magenta-haze {
color: #a34d74;
}
.winter-bloom {
color: #5c2d4f;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f7c8bb;
--rozowy-pink:#f1a7b8;
--paris-pink:#d66b94;
--magenta-haze:#a34d74;
--winter-bloom:#5c2d4f;
}