Color names in this palette
CSS code for this palette
/* CSS */
.aurora-green {
color: #6fdc8c;
}
.emerald-cory {
color: #4fbf6d;
}
.greenish {
color: #3da961;
}
.st-patrick {
color: #298e50;
}
.camarone {
color: #1c6d3a;
}
/* CSS Variables */
:root {
--aurora-green:#6fdc8c;
--emerald-cory:#4fbf6d;
--greenish:#3da961;
--st-patrick:#298e50;
--camarone:#1c6d3a;
}