Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.crystalsong-blue {
color: #4cb6b8;
}
.soft-turquoise {
color: #78d3d2;
}
.everest {
color: #a2e7e5;
}
.ice {
color: #d7f9f8;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--crystalsong-blue:#4cb6b8;
--soft-turquoise:#78d3d2;
--everest:#a2e7e5;
--ice:#d7f9f8;
}