Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.little-league {
color: #6d9c8f;
}
.frugal {
color: #a4d6ad;
}
.shrimp-toast {
color: #f7c6a1;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--little-league:#6d9c8f;
--frugal:#a4d6ad;
--shrimp-toast:#f7c6a1;
--floral-leaf:#ffb84d;
}