Color names in this palette
CSS code for this palette
/* CSS */
.smashing-pumpkins {
color: #ff5724;
}
.sun-crete {
color: #ff8c00;
}
.vibrant {
color: #ffd54d;
}
.green-fiasco {
color: #b0eb00;
}
.nuclear-waste {
color: #76ff05;
}
/* CSS Variables */
:root {
--smashing-pumpkins:#ff5724;
--sun-crete:#ff8c00;
--vibrant:#ffd54d;
--green-fiasco:#b0eb00;
--nuclear-waste:#76ff05;
}