Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.xanthous {
color: #f2b531;
}
.devil-s-grass {
color: #4cae4f;
}
.linoleum-blue {
color: #3f7c9d;
}
.bright-delight {
color: #d15929;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--xanthous:#f2b531;
--devil-s-grass:#4cae4f;
--linoleum-blue:#3f7c9d;
--bright-delight:#d15929;
}