All Palettes

Color Palette #a1d6d9, #ffb84d, #ff6e61, #c8caa0, #6c4c41

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-tint {
color: #a1d6d9;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mint-ice-green {
color: #c8caa0;
}
.fondue-fudge {
color: #6c4c41;
}

/* CSS Variables */
:root {
--blue-tint:#a1d6d9;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
--mint-ice-green:#c8caa0;
--fondue-fudge:#6c4c41;
}

More palettes to explore