Color names in this palette
CSS code for this palette
/* CSS */
.mystic-nights {
color: #4c2c6d;
}
.purple-sapphire {
color: #7c4b91;
}
.valentine-heart {
color: #b9799b;
}
.pale-petunia {
color: #f6c1c9;
}
.gabriel-s-torch {
color: #f8e6c4;
}
/* CSS Variables */
:root {
--mystic-nights:#4c2c6d;
--purple-sapphire:#7c4b91;
--valentine-heart:#b9799b;
--pale-petunia:#f6c1c9;
--gabriel-s-torch:#f8e6c4;
}