Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.sunset-yellow {
color: #ff8b3d;
}
.dreamy-sunset {
color: #ffab5c;
}
.tobi-brown {
color: #4c1f1f;
}
.wild-berry {
color: #7e3a3a;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--sunset-yellow:#ff8b3d;
--dreamy-sunset:#ffab5c;
--tobi-brown:#4c1f1f;
--wild-berry:#7e3a3a;
}