Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f7b1c6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.rubber-radish {
color: #ff999c;
}
.red-sandstorm {
color: #e6cac1;
}
.blush-tint {
color: #f5e0e6;
}
/* CSS Variables */
:root {
--cupid:#f7b1c6;
--grapefruit-pulp:#ff6e61;
--rubber-radish:#ff999c;
--red-sandstorm:#e6cac1;
--blush-tint:#f5e0e6;
}