Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.thor-s-thunder {
color: #4dc9ff;
}
.instant-orange {
color: #ff8d29;
}
.blood-burst {
color: #ff4d4d;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--thor-s-thunder:#4dc9ff;
--instant-orange:#ff8d29;
--blood-burst:#ff4d4d;
--matt-pink:#ffb8c1;
}