All Palettes

Color Palette #f7c94b, #f5b2d0, #f2c5e1, #a9e0d8, #ff6e61

0%
0%
0%

CSS code for this palette

/* CSS */
.sunny-mood {
color: #f7c94b;
}
.fulgrim-pink {
color: #f5b2d0;
}
.rosy-nectar {
color: #f2c5e1;
}
.capri-water-blue {
color: #a9e0d8;
}
.grapefruit-pulp {
color: #ff6e61;
}

/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--fulgrim-pink:#f5b2d0;
--rosy-nectar:#f2c5e1;
--capri-water-blue:#a9e0d8;
--grapefruit-pulp:#ff6e61;
}

More palettes to explore