Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f202e;
}
.legendary-purple {
color: #4d5066;
}
.astro-bound {
color: #8ba0bb;
}
.lemon-dream {
color: #f0a400;
}
.vivid-red-tangelo {
color: #da5e25;
}
/* CSS Variables */
:root {
--black-howl:#1f202e;
--legendary-purple:#4d5066;
--astro-bound:#8ba0bb;
--lemon-dream:#f0a400;
--vivid-red-tangelo:#da5e25;
}