Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.candyman {
color: #ff9f75;
}
.pallid-orange {
color: #ffba9e;
}
.peach-puff {
color: #ffd9b8;
}
.delightful-peach {
color: #ffe9d1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--candyman:#ff9f75;
--pallid-orange:#ffba9e;
--peach-puff:#ffd9b8;
--delightful-peach:#ffe9d1;
}