Color names in this palette
CSS code for this palette
/* CSS */
.starship-trooper {
color: #1d9a6a;
}
.greenish-teal {
color: #3bbf7f;
}
.aurora-green {
color: #64d89e;
}
.nightly-aurora {
color: #9df1c5;
}
.nettle-rash {
color: #e4f6e9;
}
/* CSS Variables */
:root {
--starship-trooper:#1d9a6a;
--greenish-teal:#3bbf7f;
--aurora-green:#64d89e;
--nightly-aurora:#9df1c5;
--nettle-rash:#e4f6e9;
}