Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.sunset-glow {
color: #ffb62e;
}
.soviet-gold {
color: #ffd900;
}
.hollandaise {
color: #ffec3d;
}
.sun-crete {
color: #ff8c00;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--sunset-glow:#ffb62e;
--soviet-gold:#ffd900;
--hollandaise:#ffec3d;
--sun-crete:#ff8c00;
}