Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1f2e;
}
.bright-eggplant {
color: #5e4c8a;
}
.radiant-orchid {
color: #a95b9d;
}
.sandy-brown {
color: #f1a65f;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--black-howl:#1e1f2e;
--bright-eggplant:#5e4c8a;
--radiant-orchid:#a95b9d;
--sandy-brown:#f1a65f;
--bacon-strips:#e13e33;
}