Color names in this palette
CSS code for this palette
/* CSS */
.washed-black {
color: #1e202a;
}
.voyager {
color: #4c4f61;
}
.velvet-curtain {
color: #7e83a0;
}
.lazy-day {
color: #99b1d1;
}
.first-frost {
color: #d1e7f0;
}
/* CSS Variables */
:root {
--washed-black:#1e202a;
--voyager:#4c4f61;
--velvet-curtain:#7e83a0;
--lazy-day:#99b1d1;
--first-frost:#d1e7f0;
}