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