Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.squash-blossom {
color: #fbb23c;
}
.wake-me-up {
color: #f6d55a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--squash-blossom:#fbb23c;
--wake-me-up:#f6d55a;
--creamy-sweet-corn:#f9c54e;
}