Color names in this palette
CSS code for this palette
/* CSS */
.illuminati-green {
color: #3a8d6d;
}
.mint-cold-green {
color: #6ebf9c;
}
.green-trance {
color: #a2d8a5;
}
.light-sh-shin-yellow {
color: #f5e67f;
}
.raichu-orange {
color: #f9ae3e;
}
/* CSS Variables */
:root {
--illuminati-green:#3a8d6d;
--mint-cold-green:#6ebf9c;
--green-trance:#a2d8a5;
--light-sh-shin-yellow:#f5e67f;
--raichu-orange:#f9ae3e;
}