Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.butterfield {
color: #f5bf5c;
}
.green-power {
color: #e1e2c5;
}
.salt-blue {
color: #7d9b9b;
}
.flounce {
color: #4b8b8b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--butterfield:#f5bf5c;
--green-power:#e1e2c5;
--salt-blue:#7d9b9b;
--flounce:#4b8b8b;
}