Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.melon-water {
color: #ffbeb3;
}
.georgia-on-my-mind {
color: #ffd2c7;
}
.sea-salt-sherbet {
color: #fff6f5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--melon-water:#ffbeb3;
--georgia-on-my-mind:#ffd2c7;
--sea-salt-sherbet:#fff6f5;
}