Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1d2a;
}
.india-ink {
color: #3b3b4e;
}
.taylor {
color: #5c5c7a;
}
.soft-blue-lavender {
color: #8a8ab7;
}
.tranquil-sea {
color: #d2d2df;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1d2a;
--india-ink:#3b3b4e;
--taylor:#5c5c7a;
--soft-blue-lavender:#8a8ab7;
--tranquil-sea:#d2d2df;
}