Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.sinkhole {
color: #4b6f72;
}
.parisian-patina {
color: #799a89;
}
.misty-surf {
color: #b6c8c6;
}
.shaving-cream {
color: #e1e4e5;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--sinkhole:#4b6f72;
--parisian-patina:#799a89;
--misty-surf:#b6c8c6;
--shaving-cream:#e1e4e5;
}