All Palettes

Color Palette #e7693c, #f99f3e, #f4d35d, #69af4b, #2f99da

0%
0%
0%

CSS code for this palette

/* CSS */
.emergency-zone {
color: #e7693c;
}
.chat-orange {
color: #f99f3e;
}
.salmon-eggs {
color: #f4d35d;
}
.sour-candy {
color: #69af4b;
}
.boyzone {
color: #2f99da;
}

/* CSS Variables */
:root {
--emergency-zone:#e7693c;
--chat-orange:#f99f3e;
--salmon-eggs:#f4d35d;
--sour-candy:#69af4b;
--boyzone:#2f99da;
}

More palettes to explore