Color names in this palette
CSS code for this palette
/* CSS */
.explorer-of-the-galaxies {
color: #3d1c6d;
}
.parfait-d-amour {
color: #6d4c94;
}
.purple-pride {
color: #a072b6;
}
.sweetie-pie {
color: #e6b7d9;
}
.soft-lavender {
color: #f6e4f5;
}
/* CSS Variables */
:root {
--explorer-of-the-galaxies:#3d1c6d;
--parfait-d-amour:#6d4c94;
--purple-pride:#a072b6;
--sweetie-pie:#e6b7d9;
--soft-lavender:#f6e4f5;
}