Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-panic {
color: #30d5c7;
}
.glass-jar-blue {
color: #1db4a5;
}
.seachange {
color: #3e8b93;
}
.sea-glass-teal {
color: #a4e5d8;
}
.bleached-silk {
color: #f2f4f1;
}
/* CSS Variables */
:root {
--turquoise-panic:#30d5c7;
--glass-jar-blue:#1db4a5;
--seachange:#3e8b93;
--sea-glass-teal:#a4e5d8;
--bleached-silk:#f2f4f1;
}