Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-panic {
color: #30d5c7;
}
.glass-jar-blue {
color: #1db4a7;
}
.tropics {
color: #009e8e;
}
.green-garlands {
color: #008077;
}
.mosque {
color: #00615c;
}
/* CSS Variables */
:root {
--turquoise-panic:#30d5c7;
--glass-jar-blue:#1db4a7;
--tropics:#009e8e;
--green-garlands:#008077;
--mosque:#00615c;
}