Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3b3d;
}
.aquarium {
color: #3a6c6e;
}
.coolbox-ice-turquoise {
color: #4d9b9d;
}
.soft-turquoise {
color: #6fd1d3;
}
.everest {
color: #a1e3e0;
}
/* CSS Variables */
:root {
--nordic:#1f3b3d;
--aquarium:#3a6c6e;
--coolbox-ice-turquoise:#4d9b9d;
--soft-turquoise:#6fd1d3;
--everest:#a1e3e0;
}