Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1b2d;
}
.purple-velvet {
color: #4c3d57;
}
.gala-ball {
color: #7b5e7d;
}
.valentine-heart {
color: #b67c9a;
}
.prettiest-pink {
color: #e8a6c5;
}
/* CSS Variables */
:root {
--black-howl:#1f1b2d;
--purple-velvet:#4c3d57;
--gala-ball:#7b5e7d;
--valentine-heart:#b67c9a;
--prettiest-pink:#e8a6c5;
}