All Palettes

Color Palette #ffc83d, #3ddb6d, #f0f0db, #005c50, #0f7b4e

0%
0%
0%

CSS code for this palette

/* CSS */
.yellow-jacket {
color: #ffc83d;
}
.hello-spring {
color: #3ddb6d;
}
.tears-of-joy {
color: #f0f0db;
}
.alpine-green {
color: #005c50;
}
.woodland-soul {
color: #0f7b4e;
}

/* CSS Variables */
:root {
--yellow-jacket:#ffc83d;
--hello-spring:#3ddb6d;
--tears-of-joy:#f0f0db;
--alpine-green:#005c50;
--woodland-soul:#0f7b4e;
}

More palettes to explore