Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1b2027;
}
.precision {
color: #2c3844;
}
.atomic {
color: #3d4a52;
}
.winter-shadow {
color: #4f6c7d;
}
.estuary-blue {
color: #72a2b6;
}
/* CSS Variables */
:root {
--coarse-wool:#1b2027;
--precision:#2c3844;
--atomic:#3d4a52;
--winter-shadow:#4f6c7d;
--estuary-blue:#72a2b6;
}