Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.gilded {
color: #f4e04e;
}
.shocking-orange {
color: #ff6d1f;
}
.red-orange {
color: #ff3b38;
}
.twilight-express {
color: #1e3a76;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--gilded:#f4e04e;
--shocking-orange:#ff6d1f;
--red-orange:#ff3b38;
--twilight-express:#1e3a76;
}