Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.safflower {
color: #fdad44;
}
.tamale-maize {
color: #f7e9b6;
}
.frugal {
color: #a6d9b3;
}
.iridescent-green {
color: #4abf6d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--safflower:#fdad44;
--tamale-maize:#f7e9b6;
--frugal:#a6d9b3;
--iridescent-green:#4abf6d;
}