Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.marine-layer {
color: #a4b5b7;
}
.austrian-ice {
color: #dfe5e7;
}
.zh-n-zh-b-i-pearl {
color: #f6f9f9;
}
.lusty-gallant {
color: #ffcdcc;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--marine-layer:#a4b5b7;
--austrian-ice:#dfe5e7;
--zh-n-zh-b-i-pearl:#f6f9f9;
--lusty-gallant:#ffcdcc;
}