Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lightning-yellow {
color: #f9a339;
}
.peach-butter {
color: #fbaf3c;
}
.salmon-fresco {
color: #f9b19f;
}
.vinaceous-cinnamon {
color: #f88b8b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lightning-yellow:#f9a339;
--peach-butter:#fbaf3c;
--salmon-fresco:#f9b19f;
--vinaceous-cinnamon:#f88b8b;
}