Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.rogue-pink {
color: #f9a4c0;
}
.minimal-rose {
color: #f5d1e0;
}
.wisteria {
color: #a77ccb;
}
.ruthless-empress {
color: #5b409c;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--rogue-pink:#f9a4c0;
--minimal-rose:#f5d1e0;
--wisteria:#a77ccb;
--ruthless-empress:#5b409c;
}