Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.floral-leaf {
color: #ffb84d;
}
.neon-light {
color: #ffe45c;
}
.creamy-lemon {
color: #ffedb3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--floral-leaf:#ffb84d;
--neon-light:#ffe45c;
--creamy-lemon:#ffedb3;
}