Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7d8;
}
.rosy-nectar {
color: #f4c3e3;
}
.barely-bloomed {
color: #e2b1e0;
}
.bright-ube {
color: #d4a4e5;
}
.lavender-blossom {
color: #b37cda;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7d8;
--rosy-nectar:#f4c3e3;
--barely-bloomed:#e2b1e0;
--bright-ube:#d4a4e5;
--lavender-blossom:#b37cda;
}