Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.sinkhole {
color: #4a6d6d;
}
.cold-front-green {
color: #85b2b2;
}
.blue-light {
color: #aee0e0;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--sinkhole:#4a6d6d;
--cold-front-green:#85b2b2;
--blue-light:#aee0e0;
--anti-flash-white:#f0f5f5;
}