Color names in this palette
CSS code for this palette
/* CSS */
.dark {
color: #1b202d;
}
.expressionism {
color: #394979;
}
.blue-plate {
color: #5b7c9f;
}
.mountain-main {
color: #8db5d3;
}
.northwind {
color: #cde3e9;
}
/* CSS Variables */
:root {
--dark:#1b202d;
--expressionism:#394979;
--blue-plate:#5b7c9f;
--mountain-main:#8db5d3;
--northwind:#cde3e9;
}