Color names in this palette
CSS code for this palette
/* CSS */
.pale-grey-magenta {
color: #e7d8e9;
}
.tinted-iris {
color: #c6b4d9;
}
.distinct-purple {
color: #a58ec7;
}
.plum-preserve {
color: #7c6eaf;
}
.moonlight-sonata {
color: #4e4b8b;
}
/* CSS Variables */
:root {
--pale-grey-magenta:#e7d8e9;
--tinted-iris:#c6b4d9;
--distinct-purple:#a58ec7;
--plum-preserve:#7c6eaf;
--moonlight-sonata:#4e4b8b;
}