Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f7c750;
}
.peach-butter {
color: #fbaf3c;
}
.quince-jelly {
color: #f98d2f;
}
.apocalyptic-orange {
color: #f46a1f;
}
.rusty-nail {
color: #d3501d;
}
/* CSS Variables */
:root {
--go-bananas:#f7c750;
--peach-butter:#fbaf3c;
--quince-jelly:#f98d2f;
--apocalyptic-orange:#f46a1f;
--rusty-nail:#d3501d;
}