Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.go-bananas {
color: #f7ca50;
}
.lighthouse-glow {
color: #f8d668;
}
.yellow-dragon {
color: #f9e47b;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--go-bananas:#f7ca50;
--lighthouse-glow:#f8d668;
--yellow-dragon:#f9e47b;
--smooth-as-corn-silk:#f4e4b3;
}