Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.sunny-side-up {
color: #ffd942;
}
.last-of-lettuce {
color: #a7d96d;
}
.feather-star {
color: #5f9cec;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--sunny-side-up:#ffd942;
--last-of-lettuce:#a7d96d;
--feather-star:#5f9cec;
}