Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lightning-yellow {
color: #f9a339;
}
.peach-butter {
color: #fbaf3c;
}
.california-peach {
color: #fbbf6a;
}
.bright-yarrow {
color: #fdcb6d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lightning-yellow:#f9a339;
--peach-butter:#fbaf3c;
--california-peach:#fbbf6a;
--bright-yarrow:#fdcb6d;
}