Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff9966;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.peachy-summer-skies {
color: #ffdba8;
}
.powdered-peach {
color: #ffe5d1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff9966;
--macaroni-and-cheese:#ffb67a;
--peachy-summer-skies:#ffdba8;
--powdered-peach:#ffe5d1;
}