Color names in this palette
CSS code for this palette
/* CSS */
.india-ink {
color: #3e3d4d;
}
.shearwater-black {
color: #5a5a6d;
}
.more-than-a-week {
color: #8d8b8d;
}
.silver-bells {
color: #b7b3b7;
}
.chantilly-lace {
color: #f1e2df;
}
/* CSS Variables */
:root {
--india-ink:#3e3d4d;
--shearwater-black:#5a5a6d;
--more-than-a-week:#8d8b8d;
--silver-bells:#b7b3b7;
--chantilly-lace:#f1e2df;
}