Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e3a3e;
}
.otter-creek {
color: #3b5c5e;
}
.becker-blue {
color: #5c797a;
}
.vintage-blue {
color: #87b5b5;
}
.icy-wind {
color: #d1f0ef;
}
/* CSS Variables */
:root {
--nordic:#1e3a3e;
--otter-creek:#3b5c5e;
--becker-blue:#5c797a;
--vintage-blue:#87b5b5;
--icy-wind:#d1f0ef;
}