Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.pink-orange {
color: #ff8f66;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.fresh-apricot {
color: #ffd6a3;
}
.vanilla-ice-cream {
color: #ffe8b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--pink-orange:#ff8f66;
--macaroni-and-cheese:#ffb67a;
--fresh-apricot:#ffd6a3;
--vanilla-ice-cream:#ffe8b3;
}