Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.old-yella {
color: #ffec99;
}
.lolly-ice {
color: #a6d8d1;
}
.fennel-flower {
color: #6b9cff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--old-yella:#ffec99;
--lolly-ice:#a6d8d1;
--fennel-flower:#6b9cff;
}