Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.submarine-grey {
color: #4c5b5d;
}
.cathedral-glass {
color: #7c9a9c;
}
.clinical-soft-blue {
color: #b2d1d2;
}
.milky-way {
color: #e5f4f5;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--submarine-grey:#4c5b5d;
--cathedral-glass:#7c9a9c;
--clinical-soft-blue:#b2d1d2;
--milky-way:#e5f4f5;
}