Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1c1d2b;
}
.india-ink {
color: #3b3c4e;
}
.agate-violet {
color: #5a5b77;
}
.canyon-verde {
color: #8b7c5b;
}
.manuscript {
color: #d0c9b9;
}
/* CSS Variables */
:root {
--coarse-wool:#1c1d2b;
--india-ink:#3b3c4e;
--agate-violet:#5a5b77;
--canyon-verde:#8b7c5b;
--manuscript:#d0c9b9;
}