All Palettes

Color Palette #3ddb6d, #6ad8e2, #8a9ae0, #f1b341, #ff6d1f

0%
0%
0%

CSS code for this palette

/* CSS */
.hello-spring {
color: #3ddb6d;
}
.turquoise-sea {
color: #6ad8e2;
}
.portage {
color: #8a9ae0;
}
.butter-cream {
color: #f1b341;
}
.shocking-orange {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--hello-spring:#3ddb6d;
--turquoise-sea:#6ad8e2;
--portage:#8a9ae0;
--butter-cream:#f1b341;
--shocking-orange:#ff6d1f;
}

More palettes to explore