Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.light-pink {
color: #ffd1e0;
}
.rubber-radish {
color: #ff9b99;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--hot-aquarelle-pink:#ffb3d9;
--light-pink:#ffd1e0;
--rubber-radish:#ff9b99;
--grapefruit-pulp:#ff6e61;
}