Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.doughnut {
color: #f1a15b;
}
.orange-daylily {
color: #ec7f5b;
}
.cabaret {
color: #d04e68;
}
.grape-juice {
color: #782b6e;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--doughnut:#f1a15b;
--orange-daylily:#ec7f5b;
--cabaret:#d04e68;
--grape-juice:#782b6e;
}