Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.gilded {
color: #f7da4b;
}
.goldfinch {
color: #f9e25d;
}
.bleached-sunflower {
color: #f9e8a9;
}
.salmon-mousse {
color: #fad3c2;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--gilded:#f7da4b;
--goldfinch:#f9e25d;
--bleached-sunflower:#f9e8a9;
--salmon-mousse:#fad3c2;
}