Color names in this palette
CSS code for this palette
/* CSS */
.mountain-mint {
color: #a6e2bb;
}
.mint-jelly {
color: #4dd59f;
}
.capture {
color: #29bca4;
}
.fishy-house {
color: #1f9e93;
}
.geneva-green {
color: #1b7978;
}
/* CSS Variables */
:root {
--mountain-mint:#a6e2bb;
--mint-jelly:#4dd59f;
--capture:#29bca4;
--fishy-house:#1f9e93;
--geneva-green:#1b7978;
}