Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f7c750;
}
.glorious-sunset {
color: #f88a1b;
}
.energetic-orange {
color: #d25637;
}
.cadmium-violet {
color: #7c3f9d;
}
.muted-lavender {
color: #3d5a99;
}
/* CSS Variables */
:root {
--go-bananas:#f7c750;
--glorious-sunset:#f88a1b;
--energetic-orange:#d25637;
--cadmium-violet:#7c3f9d;
--muted-lavender:#3d5a99;
}