Color names in this palette
CSS code for this palette
/* CSS */
.artificial-turf {
color: #40bf60;
}
.enchanted-emerald {
color: #83d89f;
}
.sugar-cookie {
color: #f3e2a5;
}
.squash-blossom {
color: #f6b83c;
}
.mandarin-orange {
color: #e8693b;
}
/* CSS Variables */
:root {
--artificial-turf:#40bf60;
--enchanted-emerald:#83d89f;
--sugar-cookie:#f3e2a5;
--squash-blossom:#f6b83c;
--mandarin-orange:#e8693b;
}