Color names in this palette
CSS code for this palette
/* CSS */
.burst-of-lime {
color: #a6d84b;
}
.amazon-parrot {
color: #7cda5d;
}
.green-garter {
color: #5fb480;
}
.seachange {
color: #3c8b9a;
}
.north-sea {
color: #2c6c6d;
}
/* CSS Variables */
:root {
--burst-of-lime:#a6d84b;
--amazon-parrot:#7cda5d;
--green-garter:#5fb480;
--seachange:#3c8b9a;
--north-sea:#2c6c6d;
}