Color names in this palette
CSS code for this palette
/* CSS */
.the-fifth-sun {
color: #f6df2c;
}
.go-bananas {
color: #f7c750;
}
.chat-orange {
color: #f79f3b;
}
.hotter-butter {
color: #e68a00;
}
.exuberance {
color: #d65d00;
}
/* CSS Variables */
:root {
--the-fifth-sun:#f6df2c;
--go-bananas:#f7c750;
--chat-orange:#f79f3b;
--hotter-butter:#e68a00;
--exuberance:#d65d00;
}