Color names in this palette
CSS code for this palette
/* CSS */
.eva-green {
color: #3bfc8b;
}
.greenish-cyan {
color: #2ef5b3;
}
.fish-boy {
color: #1bdad4;
}
.dodger-blue {
color: #3884f5;
}
.sugar-grape {
color: #9a2eff;
}
/* CSS Variables */
:root {
--eva-green:#3bfc8b;
--greenish-cyan:#2ef5b3;
--fish-boy:#1bdad4;
--dodger-blue:#3884f5;
--sugar-grape:#9a2eff;
}