Color names in this palette
CSS code for this palette
/* CSS */
.regalia {
color: #4c2f7f;
}
.jubilee {
color: #7c5c9d;
}
.evening-slipper {
color: #a89fc1;
}
.lovecloud {
color: #f0b7e9;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--regalia:#4c2f7f;
--jubilee:#7c5c9d;
--evening-slipper:#a89fc1;
--lovecloud:#f0b7e9;
--blush-hour:#ff7092;
}