Color names in this palette
CSS code for this palette
/* CSS */
.pickled-bluewood {
color: #314459;
}
.precision {
color: #2b3945;
}
.nostalgic-evening {
color: #49616e;
}
.smoky-azurite {
color: #708f9e;
}
.frozen-tundra {
color: #a1c0c9;
}
/* CSS Variables */
:root {
--pickled-bluewood:#314459;
--precision:#2b3945;
--nostalgic-evening:#49616e;
--smoky-azurite:#708f9e;
--frozen-tundra:#a1c0c9;
}