Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffb9a3;
}
.ephemeral-peach {
color: #fce2d4;
}
.macaroon-cream {
color: #ffe9d6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--nature-apricot:#ffb9a3;
--ephemeral-peach:#fce2d4;
--macaroon-cream:#ffe9d6;
}