Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.chanterelles {
color: #ffc370;
}
.marigold-dust {
color: #f4cf3e;
}
.ufo-green {
color: #2ecc70;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--chanterelles:#ffc370;
--marigold-dust:#f4cf3e;
--ufo-green:#2ecc70;
}