Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a8d95e;
}
.foul-green {
color: #86c6a3;
}
.shimmering-brook {
color: #65b1d2;
}
.deep-fried-sun-rays {
color: #f8c75d;
}
.hot-coral {
color: #f25c54;
}
/* CSS Variables */
:root {
--lime-lizard:#a8d95e;
--foul-green:#86c6a3;
--shimmering-brook:#65b1d2;
--deep-fried-sun-rays:#f8c75d;
--hot-coral:#f25c54;
}