Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f5c1a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.sunny-side-up {
color: #ffd942;
}
.bachelor-button {
color: #49b7d0;
}
/* CSS Variables */
:root {
--neighborly-peach:#f5c1a3;
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--sunny-side-up:#ffd942;
--bachelor-button:#49b7d0;
}