Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2e;
}
.intense-purple {
color: #4b4b6c;
}
.dark-prince {
color: #6a6a8a;
}
.water-hyacinth {
color: #a3a3d2;
}
.pale-phthalo-blue {
color: #d1d1ff;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2e;
--intense-purple:#4b4b6c;
--dark-prince:#6a6a8a;
--water-hyacinth:#a3a3d2;
--pale-phthalo-blue:#d1d1ff;
}