Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.go-bananas {
color: #f7ca50;
}
.happy {
color: #f9d662;
}
.sweet-corn {
color: #f9e176;
}
.light-sh-shin-yellow {
color: #f9e685;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--go-bananas:#f7ca50;
--happy:#f9d662;
--sweet-corn:#f9e176;
--light-sh-shin-yellow:#f9e685;
}