Color names in this palette
CSS code for this palette
/* CSS */
.bermudagrass {
color: #6abf69;
}
.bilious-green {
color: #a5d86e;
}
.french-vanilla {
color: #f1e0a7;
}
.squash-blossom {
color: #f6b83c;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--bermudagrass:#6abf69;
--bilious-green:#a5d86e;
--french-vanilla:#f1e0a7;
--squash-blossom:#f6b83c;
--sun-orange:#f47b1f;
}