Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.saira-red {
color: #ff9ebb;
}
.powder-pink {
color: #ffd6e5;
}
.bright-ube {
color: #d4a6e8;
}
.wisteria {
color: #a27ccb;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--saira-red:#ff9ebb;
--powder-pink:#ffd6e5;
--bright-ube:#d4a6e8;
--wisteria:#a27ccb;
}