Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-panic {
color: #30d5c7;
}
.capture {
color: #2bb1a1;
}
.palm-springs-splash {
color: #1b8876;
}
.evergreen-forest {
color: #126e5d;
}
.country-squire {
color: #0c4b42;
}
/* CSS Variables */
:root {
--turquoise-panic:#30d5c7;
--capture:#2bb1a1;
--palm-springs-splash:#1b8876;
--evergreen-forest:#126e5d;
--country-squire:#0c4b42;
}