Color names in this palette
CSS code for this palette
/* CSS */
.kyo-purple {
color: #9a5b89;
}
.afghan-sand {
color: #d3a75a;
}
.jericho-jade {
color: #4f8c7e;
}
.james-blonde {
color: #f2e2b5;
}
.deep-reddish-orange {
color: #ba5d3b;
}
/* CSS Variables */
:root {
--kyo-purple:#9a5b89;
--afghan-sand:#d3a75a;
--jericho-jade:#4f8c7e;
--james-blonde:#f2e2b5;
--deep-reddish-orange:#ba5d3b;
}