Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.bright-eggplant {
color: #5c4c8a;
}
.lilac-purple {
color: #9b7ccb;
}
.pretty-pink-piggy {
color: #f1a7db;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--bright-eggplant:#5c4c8a;
--lilac-purple:#9b7ccb;
--pretty-pink-piggy:#f1a7db;
--grapefruit-pulp:#ff6e61;
}