All Palettes

Color Palette #3dd1d6, #45b5b0, #7ba79f, #b2e0dd, #f1f8f5

0%
0%
0%

CSS code for this palette

/* CSS */
.medium-turquoise {
color: #3dd1d6;
}
.verdigris {
color: #45b5b0;
}
.scenario {
color: #7ba79f;
}
.frosty-soft-blue {
color: #b2e0dd;
}
.chef-s-hat {
color: #f1f8f5;
}

/* CSS Variables */
:root {
--medium-turquoise:#3dd1d6;
--verdigris:#45b5b0;
--scenario:#7ba79f;
--frosty-soft-blue:#b2e0dd;
--chef-s-hat:#f1f8f5;
}

More palettes to explore