Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.dragon-ball {
color: #ff9a1f;
}
.soviet-gold {
color: #ffd900;
}
.star {
color: #ffe500;
}
.fuzzy-duckling {
color: #ffea70;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--dragon-ball:#ff9a1f;
--soviet-gold:#ffd900;
--star:#ffe500;
--fuzzy-duckling:#ffea70;
}