Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1d2a;
}
.blueberry-tart {
color: #3f3f50;
}
.purple-daze {
color: #63637e;
}
.violet-verbena {
color: #8a8aa3;
}
.fading-sunset {
color: #b3b3c2;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1d2a;
--blueberry-tart:#3f3f50;
--purple-daze:#63637e;
--violet-verbena:#8a8aa3;
--fading-sunset:#b3b3c2;
}