All Palettes

Color Palette #3bbf7d, #a3d7a5, #e2f3e9, #f4e2b8, #f37c20

0%
0%
0%

CSS code for this palette

/* CSS */
.greenish-teal {
color: #3bbf7d;
}
.green-trance {
color: #a3d7a5;
}
.mist-of-green {
color: #e2f3e9;
}
.soft-butter {
color: #f4e2b8;
}
.sun-orange {
color: #f37c20;
}

/* CSS Variables */
:root {
--greenish-teal:#3bbf7d;
--green-trance:#a3d7a5;
--mist-of-green:#e2f3e9;
--soft-butter:#f4e2b8;
--sun-orange:#f37c20;
}

More palettes to explore