Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7d8;
}
.barely-bloomed {
color: #dfb1e2;
}
.blue-bubble {
color: #a5d5e9;
}
.cr-me-de-la-cr-me {
color: #f3e8b4;
}
.shrimp-toast {
color: #f6c6a2;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7d8;
--barely-bloomed:#dfb1e2;
--blue-bubble:#a5d5e9;
--cr-me-de-la-cr-me:#f3e8b4;
--shrimp-toast:#f6c6a2;
}