All Palettes

Color Palette #a4c5da, #5b8f8f, #b3d7a2, #f2d6a6, #fbae7e

0%
0%
0%

CSS code for this palette

/* CSS */
.frozen-blue {
color: #a4c5da;
}
.tort {
color: #5b8f8f;
}
.in-good-taste {
color: #b3d7a2;
}
.garbanzo-bean {
color: #f2d6a6;
}
.orange-chiffon {
color: #fbae7e;
}

/* CSS Variables */
:root {
--frozen-blue:#a4c5da;
--tort:#5b8f8f;
--in-good-taste:#b3d7a2;
--garbanzo-bean:#f2d6a6;
--orange-chiffon:#fbae7e;
}

More palettes to explore