Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.peach-butter {
color: #fbaf3c;
}
.hot-orange {
color: #f78c40;
}
.orange-soda {
color: #f65b3c;
}
.warming-heart {
color: #d84b3b;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--peach-butter:#fbaf3c;
--hot-orange:#f78c40;
--orange-soda:#f65b3c;
--warming-heart:#d84b3b;
}