All Palettes

Color Palette #ce94e0, #f1b1d3, #f4a4d9, #ff8f8f, #ffb300

0%
0%
0%

CSS code for this palette

/* CSS */
.somewhere-in-a-fairytale {
color: #ce94e0;
}
.pink-marshmallow {
color: #f1b1d3;
}
.pretty-pink-piggy {
color: #f4a4d9;
}
.cherished-one {
color: #ff8f8f;
}
.ucla-gold {
color: #ffb300;
}

/* CSS Variables */
:root {
--somewhere-in-a-fairytale:#ce94e0;
--pink-marshmallow:#f1b1d3;
--pretty-pink-piggy:#f4a4d9;
--cherished-one:#ff8f8f;
--ucla-gold:#ffb300;
}

More palettes to explore