Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.sunset-glow {
color: #ffb62e;
}
.lawn-party {
color: #5eb06f;
}
.primal-blue {
color: #0083b3;
}
.magneto-s-magenta {
color: #a81f8f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--sunset-glow:#ffb62e;
--lawn-party:#5eb06f;
--primal-blue:#0083b3;
--magneto-s-magenta:#a81f8f;
}