Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.yellow-tulip {
color: #f4d171;
}
.crystal-green {
color: #a4d57b;
}
.coolbox-ice-turquoise {
color: #499b9c;
}
.night-sky {
color: #292c33;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--yellow-tulip:#f4d171;
--crystal-green:#a4d57b;
--coolbox-ice-turquoise:#499b9c;
--night-sky:#292c33;
}