All Palettes

Color Palette #d4b9e4, #f3a0c5, #f6c76a, #f2e68c, #8dd4e2

0%
0%
0%

CSS code for this palette

/* CSS */
.pretty-petunia {
color: #d4b9e4;
}
.pastel-magenta {
color: #f3a0c5;
}
.yellow-currant {
color: #f6c76a;
}
.gentlemann-s-business-pants {
color: #f2e68c;
}
.fresh-blue {
color: #8dd4e2;
}

/* CSS Variables */
:root {
--pretty-petunia:#d4b9e4;
--pastel-magenta:#f3a0c5;
--yellow-currant:#f6c76a;
--gentlemann-s-business-pants:#f2e68c;
--fresh-blue:#8dd4e2;
}

More palettes to explore