Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2f;
}
.night-in-manchester {
color: #4051b5;
}
.hollandaise {
color: #ffec3d;
}
.devil-s-grass {
color: #4cae4f;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2f;
--night-in-manchester:#4051b5;
--hollandaise:#ffec3d;
--devil-s-grass:#4cae4f;
--smashing-pumpkins:#ff5724;
}