Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.shrimp-toast {
color: #f7c6a1;
}
.playful-peach {
color: #fbe2cb;
}
.barley-white {
color: #f7e4b6;
}
.ronchi {
color: #e8b84f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--shrimp-toast:#f7c6a1;
--playful-peach:#fbe2cb;
--barley-white:#f7e4b6;
--ronchi:#e8b84f;
}