All Palettes

Color Palette #509b50, #91d9a3, #f2d0c5, #ffb84d, #ff6e42

0%
0%
0%

CSS code for this palette

/* CSS */
.fruit-salad {
color: #509b50;
}
.mother-of-pearl-green {
color: #91d9a3;
}
.tri-tip {
color: #f2d0c5;
}
.floral-leaf {
color: #ffb84d;
}
.carrot {
color: #ff6e42;
}

/* CSS Variables */
:root {
--fruit-salad:#509b50;
--mother-of-pearl-green:#91d9a3;
--tri-tip:#f2d0c5;
--floral-leaf:#ffb84d;
--carrot:#ff6e42;
}

More palettes to explore