Color names in this palette
CSS code for this palette
/* CSS */
.hot-sun {
color: #f7b32b;
}
.peach-butter {
color: #fbaf3c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.green-seduction {
color: #43b12b;
}
/* CSS Variables */
:root {
--hot-sun:#f7b32b;
--peach-butter:#fbaf3c;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--green-seduction:#43b12b;
}