Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1d2a;
}
.blueberry-tart {
color: #40404f;
}
.damp-basement {
color: #606071;
}
.pigeon-pink {
color: #9f7f7f;
}
.powdered-petals {
color: #e1c6c6;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1d2a;
--blueberry-tart:#40404f;
--damp-basement:#606071;
--pigeon-pink:#9f7f7f;
--powdered-petals:#e1c6c6;
}