Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.bastard-amber {
color: #ffcc8a;
}
.peach-cream {
color: #ffefdb;
}
.cheviot {
color: #f7f3e8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--bastard-amber:#ffcc8a;
--peach-cream:#ffefdb;
--cheviot:#f7f3e8;
}