Color names in this palette
CSS code for this palette
/* CSS */
.weird-green {
color: #3cdd7f;
}
.screen-glow {
color: #5ff1a1;
}
.vaporwave-pool {
color: #91f3b8;
}
.fuzzy-duckling {
color: #ffec70;
}
.mango-tango {
color: #ff7e42;
}
/* CSS Variables */
:root {
--weird-green:#3cdd7f;
--screen-glow:#5ff1a1;
--vaporwave-pool:#91f3b8;
--fuzzy-duckling:#ffec70;
--mango-tango:#ff7e42;
}