Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.squash-blossom {
color: #f6b83c;
}
.sundance {
color: #f9c86c;
}
.wickerware {
color: #fce4b0;
}
.soft-butter {
color: #f6e1b6;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--squash-blossom:#f6b83c;
--sundance:#f9c86c;
--wickerware:#fce4b0;
--soft-butter:#f6e1b6;
}