Color names in this palette
CSS code for this palette
/* CSS */
.electric-lemonade {
color: #5ed6e8;
}
.limpet-shell {
color: #8fdcdc;
}
.seascape-green {
color: #b8e5e2;
}
.bean-sprout {
color: #f3f9e6;
}
.golden-banner {
color: #f8c82a;
}
/* CSS Variables */
:root {
--electric-lemonade:#5ed6e8;
--limpet-shell:#8fdcdc;
--seascape-green:#b8e5e2;
--bean-sprout:#f3f9e6;
--golden-banner:#f8c82a;
}