Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.coral-beach {
color: #ffbaa8;
}
.pink-and-sleek {
color: #ffc2c8;
}
.ballet {
color: #f7d4d4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--coral-beach:#ffbaa8;
--pink-and-sleek:#ffc2c8;
--ballet:#f7d4d4;
}