Color names in this palette
CSS code for this palette
/* CSS */
.aquarium {
color: #3a6d6e;
}
.artesian-well {
color: #5cb2b1;
}
.vibrant-soft-blue {
color: #8cd6d9;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.melting-glacier {
color: #e8f7f7;
}
/* CSS Variables */
:root {
--aquarium:#3a6d6e;
--artesian-well:#5cb2b1;
--vibrant-soft-blue:#8cd6d9;
--ice-crystal-blue:#a5e3e0;
--melting-glacier:#e8f7f7;
}