Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a4d6a4;
}
.cente-tl-yellow {
color: #f6e179;
}
.saffron-gold {
color: #f48f01;
}
.nanohanacha-gold {
color: #e8b22c;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--green-trance:#a4d6a4;
--cente-tl-yellow:#f6e179;
--saffron-gold:#f48f01;
--nanohanacha-gold:#e8b22c;
--orangeade:#e04f38;
}