Color names in this palette
CSS code for this palette
/* CSS */
.cucumber-ice {
color: #c9d89d;
}
.early-july {
color: #a6e0e8;
}
.mandys-pink {
color: #f5b59e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--cucumber-ice:#c9d89d;
--early-july:#a6e0e8;
--mandys-pink:#f5b59e;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
}