Color names in this palette
CSS code for this palette
/* CSS */
.tal-yi-gold {
color: #e6b35b;
}
.bitter-orange {
color: #d77c2d;
}
.red-panda {
color: #c0471b;
}
.medium-purple {
color: #9c3c9f;
}
.justice {
color: #5f6b8c;
}
/* CSS Variables */
:root {
--tal-yi-gold:#e6b35b;
--bitter-orange:#d77c2d;
--red-panda:#c0471b;
--medium-purple:#9c3c9f;
--justice:#5f6b8c;
}