Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.blueberry-tart {
color: #3f3f50;
}
.mid-grey {
color: #5e5e6e;
}
.our-little-secret {
color: #a84d7a;
}
.artful-pink {
color: #d06c83;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--blueberry-tart:#3f3f50;
--mid-grey:#5e5e6e;
--our-little-secret:#a84d7a;
--artful-pink:#d06c83;
}