Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3afc0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.cerulean-frost {
color: #6d9dc5;
}
.lolly-ice {
color: #a6d9d2;
}
/* CSS Variables */
:root {
--ibis:#f3afc0;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--cerulean-frost:#6d9dc5;
--lolly-ice:#a6d9d2;
}