All Palettes

Color Palette #ff998a, #ffcd8f, #ffe59e, #b5e8db, #7ac2c1

0%
0%
0%

CSS code for this palette

/* CSS */
.peach-pink {
color: #ff998a;
}
.goldenrod-yellow {
color: #ffcd8f;
}
.hello-yellow {
color: #ffe59e;
}
.aquatint {
color: #b5e8db;
}
.pure-turquoise {
color: #7ac2c1;
}

/* CSS Variables */
:root {
--peach-pink:#ff998a;
--goldenrod-yellow:#ffcd8f;
--hello-yellow:#ffe59e;
--aquatint:#b5e8db;
--pure-turquoise:#7ac2c1;
}

More palettes to explore