All Palettes

Color Palette #bbcaf7, #a4a0d4, #d3b2e0, #f9d0a4, #ff6e61

0%
0%
0%

CSS code for this palette

/* CSS */
.light-periwinkle {
color: #bbcaf7;
}
.simply-violet {
color: #a4a0d4;
}
.pretty-petunia {
color: #d3b2e0;
}
.lion-cub {
color: #f9d0a4;
}
.grapefruit-pulp {
color: #ff6e61;
}

/* CSS Variables */
:root {
--light-periwinkle:#bbcaf7;
--simply-violet:#a4a0d4;
--pretty-petunia:#d3b2e0;
--lion-cub:#f9d0a4;
--grapefruit-pulp:#ff6e61;
}

More palettes to explore