Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.inner-space {
color: #2b5b5e;
}
.blue-chill {
color: #3d8d8f;
}
.crystalsong-blue {
color: #57b0b2;
}
.andes-sky {
color: #74d6d8;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--inner-space:#2b5b5e;
--blue-chill:#3d8d8f;
--crystalsong-blue:#57b0b2;
--andes-sky:#74d6d8;
}