Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9d;
}
.mango-orange {
color: #ff8d5c;
}
.radler {
color: #ffd15c;
}
.pear-spritz {
color: #c9ff5c;
}
.thallium-flame {
color: #5cff8d;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9d;
--mango-orange:#ff8d5c;
--radler:#ffd15c;
--pear-spritz:#c9ff5c;
--thallium-flame:#5cff8d;
}