Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.vibrant {
color: #ffd54d;
}
.aqua-island {
color: #a2d6d8;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--vibrant:#ffd54d;
--aqua-island:#a2d6d8;
}