Color names in this palette
CSS code for this palette
/* CSS */
.little-league {
color: #6c9d8e;
}
.french-market {
color: #a5c8a2;
}
.natural-youth {
color: #d4e8b5;
}
.boxwood-yellow {
color: #efe2a4;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--little-league:#6c9d8e;
--french-market:#a5c8a2;
--natural-youth:#d4e8b5;
--boxwood-yellow:#efe2a4;
--squash-blossom:#f6b83c;
}