Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.green-grapple {
color: #3cb4b4;
}
.blue-radiance {
color: #5dd5d5;
}
.ice-crystal-blue {
color: #a5e4e4;
}
.calm-waters {
color: #e6f9f8;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--green-grapple:#3cb4b4;
--blue-radiance:#5dd5d5;
--ice-crystal-blue:#a5e4e4;
--calm-waters:#e6f9f8;
}