Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.floral-leaf {
color: #ffb84d;
}
.peach-cr-me-br-l-e {
color: #ffe29e;
}
.twinkling-lights {
color: #fff9c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--floral-leaf:#ffb84d;
--peach-cr-me-br-l-e:#ffe29e;
--twinkling-lights:#fff9c2;
}