Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1f2a;
}
.wooed {
color: #3f426e;
}
.aster-violetta {
color: #8f5f9b;
}
.sweet-carrot {
color: #c9744f;
}
.princess {
color: #f1a7b4;
}
/* CSS Variables */
:root {
--black-howl:#1d1f2a;
--wooed:#3f426e;
--aster-violetta:#8f5f9b;
--sweet-carrot:#c9744f;
--princess:#f1a7b4;
}