Color names in this palette
CSS code for this palette
/* CSS */
.baltic-sea {
color: #3b3d3f;
}
.midnight-pearl {
color: #5e6b73;
}
.grey-flannel {
color: #899a9f;
}
.scandinavian-sky {
color: #c1d3d7;
}
.distant-horizon {
color: #f2f7f8;
}
/* CSS Variables */
:root {
--baltic-sea:#3b3d3f;
--midnight-pearl:#5e6b73;
--grey-flannel:#899a9f;
--scandinavian-sky:#c1d3d7;
--distant-horizon:#f2f7f8;
}