Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e192e;
}
.sweet-grape {
color: #4c3e56;
}
.champion {
color: #7c5c84;
}
.tiny-ribbons {
color: #b98db3;
}
.pink-grapefruit {
color: #f5b8c6;
}
/* CSS Variables */
:root {
--black-howl:#1e192e;
--sweet-grape:#4c3e56;
--champion:#7c5c84;
--tiny-ribbons:#b98db3;
--pink-grapefruit:#f5b8c6;
}