Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.squash-blossom {
color: #f6b83c;
}
.salmon-eggs {
color: #f8d45d;
}
.bleached-sunflower {
color: #f9e9a9;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--squash-blossom:#f6b83c;
--salmon-eggs:#f8d45d;
--bleached-sunflower:#f9e9a9;
--white:#ffffff;
}