Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f7ca50;
}
.y-ng-ch-ng-orange {
color: #f6a53c;
}
.salsa-sizzle {
color: #ec7c3c;
}
.dizzy-days {
color: #d64d2e;
}
.velvet-cake {
color: #9d2a3d;
}
/* CSS Variables */
:root {
--go-bananas:#f7ca50;
--y-ng-ch-ng-orange:#f6a53c;
--salsa-sizzle:#ec7c3c;
--dizzy-days:#d64d2e;
--velvet-cake:#9d2a3d;
}