All Palettes

Color Palette #f7c94a, #e04f38, #a93d8e, #4e98b1, #2f3d4c

0%
0%
0%

CSS code for this palette

/* CSS */
.sunny-mood {
color: #f7c94a;
}
.orangeade {
color: #e04f38;
}
.romantic-rose {
color: #a93d8e;
}
.starflower-blue {
color: #4e98b1;
}
.dark-spell {
color: #2f3d4c;
}

/* CSS Variables */
:root {
--sunny-mood:#f7c94a;
--orangeade:#e04f38;
--romantic-rose:#a93d8e;
--starflower-blue:#4e98b1;
--dark-spell:#2f3d4c;
}

More palettes to explore