Color names in this palette
CSS code for this palette
/* CSS */
.immersed {
color: #1d4f54;
}
.kandinsky-turquoise {
color: #2b8182;
}
.crystalsong-blue {
color: #4db1b3;
}
.andes-sky {
color: #6fd8d6;
}
.ice-crystal-blue {
color: #a4e5e5;
}
/* CSS Variables */
:root {
--immersed:#1d4f54;
--kandinsky-turquoise:#2b8182;
--crystalsong-blue:#4db1b3;
--andes-sky:#6fd8d6;
--ice-crystal-blue:#a4e5e5;
}