All Palettes

Color Palette #a7a9a2, #b7c9b6, #e1e7d5, #f4f3c3, #f6d0a2

0%
0%
0%

CSS code for this palette

/* CSS */
.grey-matters {
color: #a7a9a2;
}
.aqua-dream {
color: #b7c9b6;
}
.just-about-green {
color: #e1e7d5;
}
.cocoa-butter {
color: #f4f3c3;
}
.tequila {
color: #f6d0a2;
}

/* CSS Variables */
:root {
--grey-matters:#a7a9a2;
--aqua-dream:#b7c9b6;
--just-about-green:#e1e7d5;
--cocoa-butter:#f4f3c3;
--tequila:#f6d0a2;
}

More palettes to explore