Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.pale-banana {
color: #f5e18e;
}
.light-mint {
color: #b7fbbe;
}
.blue-genie {
color: #6961ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--pale-banana:#f5e18e;
--light-mint:#b7fbbe;
--blue-genie:#6961ff;
}