All Palettes

Color Palette #4f8b9c, #69bf9a, #a0dd8d, #f2d140, #f78d1d

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-square {
color: #4f8b9c;
}
.peppermint-fresh {
color: #69bf9a;
}
.granny-smith-apple {
color: #a0dd8d;
}
.marigold-dust {
color: #f2d140;
}
.miami-marmalade {
color: #f78d1d;
}

/* CSS Variables */
:root {
--blue-square:#4f8b9c;
--peppermint-fresh:#69bf9a;
--granny-smith-apple:#a0dd8d;
--marigold-dust:#f2d140;
--miami-marmalade:#f78d1d;
}

More palettes to explore