Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.welcoming-wasp {
color: #f0a800;
}
.cherokee-dignity {
color: #e07c24;
}
.spicy-orange {
color: #d74c2d;
}
.cherry-juice-red {
color: #6d2c40;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--welcoming-wasp:#f0a800;
--cherokee-dignity:#e07c24;
--spicy-orange:#d74c2d;
--cherry-juice-red:#6d2c40;
}