Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff976b;
}
.apricot-flower {
color: #ffbb80;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
.light-green-glint {
color: #e3f6d5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff976b;
--apricot-flower:#ffbb80;
--vanilla-ice-cream:#ffe7b3;
--light-green-glint:#e3f6d5;
}