Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.devil-s-grass {
color: #4cae4f;
}
.hollandaise {
color: #ffec3d;
}
.smashing-pumpkins {
color: #ff5724;
}
.roxy-brown {
color: #795649;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--devil-s-grass:#4cae4f;
--hollandaise:#ffec3d;
--smashing-pumpkins:#ff5724;
--roxy-brown:#795649;
}