Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.ocean-liner {
color: #1f988c;
}
.tropical-tree {
color: #21b59f;
}
.dark-shamrock {
color: #3acb8e;
}
.grotesque-green {
color: #60dc81;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--ocean-liner:#1f988c;
--tropical-tree:#21b59f;
--dark-shamrock:#3acb8e;
--grotesque-green:#60dc81;
}