Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1d2a;
}
.india-ink {
color: #3e3e4c;
}
.blue-granite {
color: #77778d;
}
.wild-orchid-blue {
color: #b5b5d9;
}
.yriel-yellow {
color: #ffdb57;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1d2a;
--india-ink:#3e3e4c;
--blue-granite:#77778d;
--wild-orchid-blue:#b5b5d9;
--yriel-yellow:#ffdb57;
}