Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ffa280;
}
.peachy-summer-skies {
color: #ffd8a8;
}
.relaxation-green {
color: #a4d19f;
}
.felt-green {
color: #6fbe91;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ffa280;
--peachy-summer-skies:#ffd8a8;
--relaxation-green:#a4d19f;
--felt-green:#6fbe91;
}