Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.grandis {
color: #ffcd75;
}
.sun-drenched {
color: #ffe5a3;
}
.delightful-peach {
color: #ffebd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--grandis:#ffcd75;
--sun-drenched:#ffe5a3;
--delightful-peach:#ffebd1;
}