Color names in this palette
CSS code for this palette
/* CSS */
.royal-pretender {
color: #9a5fab;
}
.parfait-d-amour {
color: #784b9b;
}
.daisy-bush {
color: #5e3d8f;
}
.clear-purple {
color: #392f75;
}
.night-fog {
color: #2f1c5e;
}
/* CSS Variables */
:root {
--royal-pretender:#9a5fab;
--parfait-d-amour:#784b9b;
--daisy-bush:#5e3d8f;
--clear-purple:#392f75;
--night-fog:#2f1c5e;
}