Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.macaroni-and-cheese {
color: #ffb87a;
}
.peach-orange {
color: #ffcf99;
}
.quack-quack {
color: #ffe98a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--macaroni-and-cheese:#ffb87a;
--peach-orange:#ffcf99;
--quack-quack:#ffe98a;
}