Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.go-bananas {
color: #f7c750;
}
.orchid-hue {
color: #e2e79c;
}
.whirlpool-green {
color: #a7d3c4;
}
.cerulean-frost {
color: #6c9fc6;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--go-bananas:#f7c750;
--orchid-hue:#e2e79c;
--whirlpool-green:#a7d3c4;
--cerulean-frost:#6c9fc6;
}