Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.banana-propaganda {
color: #f5d800;
}
.buttery-croissant {
color: #f7e09c;
}
.hawaiian-cream {
color: #f9e7b9;
}
.overjoy {
color: #f0c15c;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--banana-propaganda:#f5d800;
--buttery-croissant:#f7e09c;
--hawaiian-cream:#f9e7b9;
--overjoy:#f0c15c;
}