Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.bittersweet {
color: #ff9d52;
}
.bastard-amber {
color: #ffcc8a;
}
.mouse-nose {
color: #ffe4b3;
}
.doeskin {
color: #fff1e5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--bittersweet:#ff9d52;
--bastard-amber:#ffcc8a;
--mouse-nose:#ffe4b3;
--doeskin:#fff1e5;
}