Color names in this palette
CSS code for this palette
/* CSS */
.geneva-green {
color: #1b7979;
}
.butterfly-blue {
color: #1f9abd;
}
.aztec-sky {
color: #4cb8d6;
}
.koopa-green-shell {
color: #4cd65c;
}
.medium-aquamarine {
color: #6be1a6;
}
/* CSS Variables */
:root {
--geneva-green:#1b7979;
--butterfly-blue:#1f9abd;
--aztec-sky:#4cb8d6;
--koopa-green-shell:#4cd65c;
--medium-aquamarine:#6be1a6;
}