All Palettes

Color Palette #1e8f3c, #f5c84d, #ff8052, #8a2ce2, #ff1492

0%
0%
0%

CSS code for this palette

/* CSS */
.green-ribbon {
color: #1e8f3c;
}
.sunny-mood {
color: #f5c84d;
}
.n-rang-orange {
color: #ff8052;
}
.bright-blue-violet {
color: #8a2ce2;
}
.secret-story {
color: #ff1492;
}

/* CSS Variables */
:root {
--green-ribbon:#1e8f3c;
--sunny-mood:#f5c84d;
--n-rang-orange:#ff8052;
--bright-blue-violet:#8a2ce2;
--secret-story:#ff1492;
}

More palettes to explore