Color names in this palette
CSS code for this palette
/* CSS */
.celtic-spring {
color: #a9e0b1;
}
.spearmint-burst {
color: #5abf8b;
}
.ocean-green {
color: #3c9a6d;
}
.sparkling-emerald {
color: #1d7253;
}
.country-squire {
color: #0f4d3e;
}
/* CSS Variables */
:root {
--celtic-spring:#a9e0b1;
--spearmint-burst:#5abf8b;
--ocean-green:#3c9a6d;
--sparkling-emerald:#1d7253;
--country-squire:#0f4d3e;
}