Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-panic {
color: #30d5c7;
}
.tropical-tree {
color: #19b3a1;
}
.plumage {
color: #009987;
}
.blue-winged-teal {
color: #00807b;
}
.emerald-stone {
color: #006161;
}
/* CSS Variables */
:root {
--turquoise-panic:#30d5c7;
--tropical-tree:#19b3a1;
--plumage:#009987;
--blue-winged-teal:#00807b;
--emerald-stone:#006161;
}