Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.foul-green {
color: #89c89f;
}
.aqua-verde {
color: #57b6c1;
}
.dayflower {
color: #399fd5;
}
.ocean-call {
color: #2c6c8c;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--foul-green:#89c89f;
--aqua-verde:#57b6c1;
--dayflower:#399fd5;
--ocean-call:#2c6c8c;
}