All Palettes

Color Palette #f3f7f3, #d0e7d6, #a5d5b5, #75b89f, #4f9c8b

0%
0%
0%

CSS code for this palette

/* CSS */
.lighthouse {
color: #f3f7f3;
}
.peppermint-patty {
color: #d0e7d6;
}
.glenwood-green {
color: #a5d5b5;
}
.arboretum {
color: #75b89f;
}
.petrol-green {
color: #4f9c8b;
}

/* CSS Variables */
:root {
--lighthouse:#f3f7f3;
--peppermint-patty:#d0e7d6;
--glenwood-green:#a5d5b5;
--arboretum:#75b89f;
--petrol-green:#4f9c8b;
}

More palettes to explore