Color names in this palette
CSS code for this palette
/* CSS */
.miami-pink {
color: #f9c3da;
}
.rogue-pink {
color: #f5a8c2;
}
.hanami-pink {
color: #f1b1e0;
}
.bright-ube {
color: #d1a4e5;
}
.violet-gems {
color: #c8c2ea;
}
/* CSS Variables */
:root {
--miami-pink:#f9c3da;
--rogue-pink:#f5a8c2;
--hanami-pink:#f1b1e0;
--bright-ube:#d1a4e5;
--violet-gems:#c8c2ea;
}