Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e232f;
}
.china-pattern {
color: #3e5e79;
}
.bluebird-feather {
color: #6c9cb2;
}
.glacier-point {
color: #b3d9e5;
}
.cheviot {
color: #f7f3e8;
}
/* CSS Variables */
:root {
--black-howl:#1e232f;
--china-pattern:#3e5e79;
--bluebird-feather:#6c9cb2;
--glacier-point:#b3d9e5;
--cheviot:#f7f3e8;
}