Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.desert-dessert {
color: #ffb86b;
}
.manila-tint {
color: #ffe1a8;
}
.demure-pink {
color: #f6d2c6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--desert-dessert:#ffb86b;
--manila-tint:#ffe1a8;
--demure-pink:#f6d2c6;
}