Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a3d4d7;
}
.pale-banana {
color: #f6e48e;
}
.just-peachy {
color: #f8c572;
}
.momo-peach {
color: #f67481;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--smooth-satin:#a3d4d7;
--pale-banana:#f6e48e;
--just-peachy:#f8c572;
--momo-peach:#f67481;
--grapefruit-pulp:#ff6e61;
}