Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.candy {
color: #ff9985;
}
.spiced-nectarine {
color: #ffbc70;
}
.bright-khaki {
color: #f0e78e;
}
.innocent-snowdrop {
color: #d3c2ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--candy:#ff9985;
--spiced-nectarine:#ffbc70;
--bright-khaki:#f0e78e;
--innocent-snowdrop:#d3c2ff;
}