Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f6d75a;
}
.dutch-orange {
color: #e5a938;
}
.turmeric-tea {
color: #d68e29;
}
.byzantine-copper {
color: #aa6f3c;
}
.kinsusutake-brown {
color: #7b4e2d;
}
/* CSS Variables */
:root {
--glitter-yellow:#f6d75a;
--dutch-orange:#e5a938;
--turmeric-tea:#d68e29;
--byzantine-copper:#aa6f3c;
--kinsusutake-brown:#7b4e2d;
}