Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.lemon-chrome {
color: #faab00;
}
.highlighter-yellow {
color: #f6e63c;
}
.lilliputian-lime {
color: #8ddb4d;
}
.thermal {
color: #3e4f51;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--lemon-chrome:#faab00;
--highlighter-yellow:#f6e63c;
--lilliputian-lime:#8ddb4d;
--thermal:#3e4f51;
}