Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.palmetto {
color: #6d9c9a;
}
.ginninderra {
color: #b1d2c1;
}
.sunny-mood {
color: #f7c94b;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--palmetto:#6d9c9a;
--ginninderra:#b1d2c1;
--sunny-mood:#f7c94b;
--kacey-s-pink:#e94e77;
}