Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1d2a;
}
.india-ink {
color: #3a3b4b;
}
.strong-iris {
color: #5c5f84;
}
.mandrake {
color: #8a8b9e;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1d2a;
--india-ink:#3a3b4b;
--strong-iris:#5c5f84;
--mandrake:#8a8b9e;
--welcoming-wasp:#f0a800;
}