Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.frolic {
color: #f9e8e1;
}
.smooth-satin {
color: #a3d6d7;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--frolic:#f9e8e1;
--smooth-satin:#a3d6d7;
--blue-bay:#5d9bd5;
}