Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.night-night {
color: #4f4f5f;
}
.manatee {
color: #8f8f9e;
}
.tulip-soft-blue {
color: #c3c3d5;
}
.red-power {
color: #d83b3b;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--night-night:#4f4f5f;
--manatee:#8f8f9e;
--tulip-soft-blue:#c3c3d5;
--red-power:#d83b3b;
}