All Palettes

Color Palette #3cb472, #65cdaa, #98fb98, #d1ffcc, #f0e78e

0%
0%
0%

CSS code for this palette

/* CSS */
.medium-sea-green {
color: #3cb472;
}
.aquarium-blue {
color: #65cdaa;
}
.toxic-frog {
color: #98fb98;
}
.distilled-moss {
color: #d1ffcc;
}
.bright-khaki {
color: #f0e78e;
}

/* CSS Variables */
:root {
--medium-sea-green:#3cb472;
--aquarium-blue:#65cdaa;
--toxic-frog:#98fb98;
--distilled-moss:#d1ffcc;
--bright-khaki:#f0e78e;
}

More palettes to explore