Gen Z Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gen Z palette

Share this palette to:

Gen Z color palette PNG image

Download gen z color palette PNG image (landscape)
Download gen z color palette PNG image (square)

Gen Z color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe8d;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #ff9985;
}
.color-5 {
color: #6a5bcd;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe8d;
--color-3: #f7c94b;
--color-4: #ff9985;
--color-5: #6a5bcd;
}

Gen Z background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe8d, #f7c94b, #ff9985, #6a5bcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe8d, #f7c94b, #ff9985, #6a5bcd);
}

Gen Z color palette created on .