Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffbaa3;
}
.pink-scallop {
color: #f2e1d4;
}
.cream-cheese-frosting {
color: #f3f0e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--nature-apricot:#ffbaa3;
--pink-scallop:#f2e1d4;
--cream-cheese-frosting:#f3f0e2;
}