Color names in this palette
CSS code for this palette
/* CSS */
.night-sky {
color: #292c33;
}
.blue-sash {
color: #4b4e58;
}
.made-in-the-shade {
color: #6b707b;
}
.sanctuary {
color: #d5c9a5;
}
.mellowed-gold {
color: #e2a550;
}
/* CSS Variables */
:root {
--night-sky:#292c33;
--blue-sash:#4b4e58;
--made-in-the-shade:#6b707b;
--sanctuary:#d5c9a5;
--mellowed-gold:#e2a550;
}