Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a3dba3;
}
.bright-khaki {
color: #f2e88c;
}
.squash-blossom {
color: #f6b83c;
}
.orange-crush {
color: #eb7c33;
}
.cosmetic-red {
color: #a45b7d;
}
/* CSS Variables */
:root {
--green-trance:#a3dba3;
--bright-khaki:#f2e88c;
--squash-blossom:#f6b83c;
--orange-crush:#eb7c33;
--cosmetic-red:#a45b7d;
}