Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1d2a;
}
.india-ink {
color: #3b3c4e;
}
.agate-violet {
color: #5a5b72;
}
.glazed-raspberry {
color: #a24e5d;
}
.endless-possibilities {
color: #e03e3e;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1d2a;
--india-ink:#3b3c4e;
--agate-violet:#5a5b72;
--glazed-raspberry:#a24e5d;
--endless-possibilities:#e03e3e;
}