Color names in this palette
CSS code for this palette
/* CSS */
.citronella {
color: #69bf7e;
}
.overtone {
color: #a2e2b0;
}
.glisten-yellow {
color: #f7e8ab;
}
.syndicalist {
color: #f5c400;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--citronella:#69bf7e;
--overtone:#a2e2b0;
--glisten-yellow:#f7e8ab;
--syndicalist:#f5c400;
--durotar-fire:#f15a27;
}