Color names in this palette
CSS code for this palette
/* CSS */
.indian-ink {
color: #3c3f49;
}
.shearwater-black {
color: #5a5b6d;
}
.blue-mood {
color: #7b808e;
}
.fading-sunset {
color: #b3b5c2;
}
.lavendar-wisp {
color: #e8eaed;
}
/* CSS Variables */
:root {
--indian-ink:#3c3f49;
--shearwater-black:#5a5b6d;
--blue-mood:#7b808e;
--fading-sunset:#b3b5c2;
--lavendar-wisp:#e8eaed;
}