All Palettes

Color Palette #ff5f57, #ff8b3d, #ffcb5c, #dbe4f0, #6a82fb

0%
0%
0%

CSS code for this palette

/* CSS */
.sunset-orange {
color: #ff5f57;
}
.sunset-yellow {
color: #ff8b3d;
}
.nacho {
color: #ffcb5c;
}
.iceberg {
color: #dbe4f0;
}
.punch-out-glove {
color: #6a82fb;
}

/* CSS Variables */
:root {
--sunset-orange:#ff5f57;
--sunset-yellow:#ff8b3d;
--nacho:#ffcb5c;
--iceberg:#dbe4f0;
--punch-out-glove:#6a82fb;
}

More palettes to explore