Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.mandarin-sorbet {
color: #ffad42;
}
.golden-moray-eel {
color: #ffcd61;
}
.hello-yellow {
color: #ffe59e;
}
.old-yella {
color: #ffeb99;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--mandarin-sorbet:#ffad42;
--golden-moray-eel:#ffcd61;
--hello-yellow:#ffe59e;
--old-yella:#ffeb99;
}