Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.go-bananas {
color: #f7c750;
}
.glitter-yellow {
color: #f8d859;
}
.x-ng-hu-ng-yellow {
color: #f9e367;
}
.yellow-salmonberry {
color: #faf480;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--go-bananas:#f7c750;
--glitter-yellow:#f8d859;
--x-ng-hu-ng-yellow:#f9e367;
--yellow-salmonberry:#faf480;
}