Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1d30;
}
.intense-purple {
color: #4a4a6d;
}
.astro-zinger {
color: #7e7eb4;
}
.dreamy-candy-forest {
color: #b7a2e6;
}
.mental-floss {
color: #e0b2c6;
}
/* CSS Variables */
:root {
--black-howl:#1d1d30;
--intense-purple:#4a4a6d;
--astro-zinger:#7e7eb4;
--dreamy-candy-forest:#b7a2e6;
--mental-floss:#e0b2c6;
}