Color names in this palette
CSS code for this palette
/* CSS */
.jamaican-jade {
color: #5fd3c4;
}
.eucalipto {
color: #4dc7a0;
}
.buddha-green {
color: #37b37c;
}
.kelly-green {
color: #2d9f59;
}
.garnish {
color: #239a4b;
}
/* CSS Variables */
:root {
--jamaican-jade:#5fd3c4;
--eucalipto:#4dc7a0;
--buddha-green:#37b37c;
--kelly-green:#2d9f59;
--garnish:#239a4b;
}