Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1d2f;
}
.amphystine {
color: #3e3e5b;
}
.majestic-purple {
color: #5f5f8c;
}
.tattered-teddy {
color: #a07f6e;
}
.cor-de-pele {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--black-howl:#1d1d2f;
--amphystine:#3e3e5b;
--majestic-purple:#5f5f8c;
--tattered-teddy:#a07f6e;
--cor-de-pele:#f4c3c3;
}