Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4b3d6b;
}
.purple-paradise {
color: #796a9a;
}
.lilac-breeze {
color: #a68dbf;
}
.pink-marshmallow {
color: #f1b1d3;
}
.deep-blush {
color: #e76a8b;
}
/* CSS Variables */
:root {
--meteorite:#4b3d6b;
--purple-paradise:#796a9a;
--lilac-breeze:#a68dbf;
--pink-marshmallow:#f1b1d3;
--deep-blush:#e76a8b;
}