All Palettes

Color Palette #e4b4d4, #d59d8b, #f6d8a7, #f2ba5a, #f27d7d

0%
0%
0%

CSS code for this palette

/* CSS */
.gumball {
color: #e4b4d4;
}
.medium-terracotta {
color: #d59d8b;
}
.fireflies {
color: #f6d8a7;
}
.bee {
color: #f2ba5a;
}
.meat {
color: #f27d7d;
}

/* CSS Variables */
:root {
--gumball:#e4b4d4;
--medium-terracotta:#d59d8b;
--fireflies:#f6d8a7;
--bee:#f2ba5a;
--meat:#f27d7d;
}

More palettes to explore