Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.bread-n-butter {
color: #ffd280;
}
.fair-aqua {
color: #b3e0d8;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--bread-n-butter:#ffd280;
--fair-aqua:#b3e0d8;
--light-blue-glint:#a8d3e1;
}