All Palettes

Color Palette #4a8c7c, #5dbb8c, #70e1a3, #b5e8c8, #f3f9d2

0%
0%
0%

CSS code for this palette

/* CSS */
.winter-green {
color: #4a8c7c;
}
.techno-turquoise {
color: #5dbb8c;
}
.aurora-green {
color: #70e1a3;
}
.mint-o-licious {
color: #b5e8c8;
}
.spilt-milk {
color: #f3f9d2;
}

/* CSS Variables */
:root {
--winter-green:#4a8c7c;
--techno-turquoise:#5dbb8c;
--aurora-green:#70e1a3;
--mint-o-licious:#b5e8c8;
--spilt-milk:#f3f9d2;
}

More palettes to explore