Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.macaroni-and-cheese {
color: #ffb87a;
}
.ice-cream-cone {
color: #e3cfc0;
}
.charted {
color: #b3cde0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--macaroni-and-cheese:#ffb87a;
--ice-cream-cone:#e3cfc0;
--charted:#b3cde0;
}