Color names in this palette
CSS code for this palette
/* CSS */
.filtered-forest {
color: #b7e1d4;
}
.lilliputian-lime {
color: #7fd959;
}
.ceramic-green {
color: #3cbe6e;
}
.welcoming-wasp {
color: #f0a800;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--filtered-forest:#b7e1d4;
--lilliputian-lime:#7fd959;
--ceramic-green:#3cbe6e;
--welcoming-wasp:#f0a800;
--blood-burst:#ff4d4d;
}