Color names in this palette
CSS code for this palette
/* CSS */
.link-s-awakening {
color: #3bb07b;
}
.eucalipto {
color: #50c3a3;
}
.peppy {
color: #6ed8b7;
}
.green-epiphany {
color: #80ffb0;
}
.neo-mint {
color: #a7fbca;
}
/* CSS Variables */
:root {
--link-s-awakening:#3bb07b;
--eucalipto:#50c3a3;
--peppy:#6ed8b7;
--green-epiphany:#80ffb0;
--neo-mint:#a7fbca;
}