Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.pico-orange {
color: #ffa200;
}
.golden-aurelia {
color: #ffed7a;
}
.young-green-onion {
color: #a4da4e;
}
.megaman {
color: #3dbbff;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--pico-orange:#ffa200;
--golden-aurelia:#ffed7a;
--young-green-onion:#a4da4e;
--megaman:#3dbbff;
}