Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f7a1bf;
}
.soft-cashmere {
color: #f1b1d6;
}
.prom-corsage {
color: #e8c4e5;
}
.bright-ube {
color: #d7a2e7;
}
.luminous-lavender {
color: #b890e9;
}
/* CSS Variables */
:root {
--rogue-pink:#f7a1bf;
--soft-cashmere:#f1b1d6;
--prom-corsage:#e8c4e5;
--bright-ube:#d7a2e7;
--luminous-lavender:#b890e9;
}