Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.turquoise-tower {
color: #a8e6cf;
}
.egg-yolk {
color: #ffcc80;
}
.smashing-pumpkins {
color: #ff5724;
}
.roxy-brown {
color: #795649;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--turquoise-tower:#a8e6cf;
--egg-yolk:#ffcc80;
--smashing-pumpkins:#ff5724;
--roxy-brown:#795649;
}