Color names in this palette
CSS code for this palette
/* CSS */
.bali-bliss {
color: #5da2a0;
}
.petrol-green {
color: #4f9c8d;
}
.perky {
color: #3d8a7c;
}
.green-belt {
color: #2d7c6f;
}
.eucalyptus-green {
color: #1b695e;
}
/* CSS Variables */
:root {
--bali-bliss:#5da2a0;
--petrol-green:#4f9c8d;
--perky:#3d8a7c;
--green-belt:#2d7c6f;
--eucalyptus-green:#1b695e;
}