Color names in this palette
CSS code for this palette
/* CSS */
.vanilla-shake {
color: #fffbf0;
}
.osiris {
color: #5c5a4d;
}
.playing-hooky {
color: #8d8a68;
}
.northern-landscape {
color: #c8c1a3;
}
.lake-bluff-putty {
color: #d9d0b5;
}
/* CSS Variables */
:root {
--vanilla-shake:#fffbf0;
--osiris:#5c5a4d;
--playing-hooky:#8d8a68;
--northern-landscape:#c8c1a3;
--lake-bluff-putty:#d9d0b5;
}