Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.smooth-satin {
color: #a3d7d4;
}
.butter-muffin {
color: #f8e0b4;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--smooth-satin:#a3d7d4;
--butter-muffin:#f8e0b4;
--coral-red:#ff3d3d;
}