All Palettes

Color Palette #f7c94b, #f75b26, #f69f1e, #e63746, #a9d9ea

0%
0%
0%

CSS code for this palette

/* CSS */
.sunny-mood {
color: #f7c94b;
}
.plastic-carrot {
color: #f75b26;
}
.phoenix-flames {
color: #f69f1e;
}
.poppy-red {
color: #e63746;
}
.blue-click {
color: #a9d9ea;
}

/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--plastic-carrot:#f75b26;
--phoenix-flames:#f69f1e;
--poppy-red:#e63746;
--blue-click:#a9d9ea;
}

More palettes to explore