Color names in this palette
CSS code for this palette
/* CSS */
.celtic-spring {
color: #a9e0b1;
}
.peaceful-pastures {
color: #94d6a9;
}
.garden-glow {
color: #7fcc9e;
}
.mint-cold-green {
color: #69bfa2;
}
.emerald-wave {
color: #50b4a8;
}
/* CSS Variables */
:root {
--celtic-spring:#a9e0b1;
--peaceful-pastures:#94d6a9;
--garden-glow:#7fcc9e;
--mint-cold-green:#69bfa2;
--emerald-wave:#50b4a8;
}