Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00bdad;
}
.dragon-scale {
color: #00a378;
}
.chagall-green {
color: #008f64;
}
.ivy-league {
color: #007a5a;
}
.bangladesh-green {
color: #006b4f;
}
/* CSS Variables */
:root {
--verditer:#00bdad;
--dragon-scale:#00a378;
--chagall-green:#008f64;
--ivy-league:#007a5a;
--bangladesh-green:#006b4f;
}