Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.equatorial {
color: #ffcc85;
}
.mouse-nose {
color: #ffe4b3;
}
.manila-tint {
color: #ffe1a8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--equatorial:#ffcc85;
--mouse-nose:#ffe4b3;
--manila-tint:#ffe1a8;
}