Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #ff809d;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.light-pink {
color: #ffd1e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.watermelon {
color: #ff4d5e;
}
/* CSS Variables */
:root {
--pink-makeup:#ff809d;
--cherry-blossom-pink:#ffb3c6;
--light-pink:#ffd1e0;
--grapefruit-pulp:#ff6e61;
--watermelon:#ff4d5e;
}