Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.island-moment {
color: #3bb0ae;
}
.blue-radiance {
color: #5dd5d3;
}
.everest {
color: #a2e7e1;
}
.coastal-breeze {
color: #e1f9f8;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--island-moment:#3bb0ae;
--blue-radiance:#5dd5d3;
--everest:#a2e7e1;
--coastal-breeze:#e1f9f8;
}