Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9d;
}
.mango-orange {
color: #ff8d5c;
}
.nacho {
color: #ffcb5c;
}
.lighter-green {
color: #7cff5c;
}
.icy-life {
color: #5cffe4;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9d;
--mango-orange:#ff8d5c;
--nacho:#ffcb5c;
--lighter-green:#7cff5c;
--icy-life:#5cffe4;
}