Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.macaroni-and-cheese {
color: #ffb87a;
}
.mouse-nose {
color: #ffe4b3;
}
.creamy-cloud-dreams {
color: #fff6e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--macaroni-and-cheese:#ffb87a;
--mouse-nose:#ffe4b3;
--creamy-cloud-dreams:#fff6e0;
}