Gen Z Timeless Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gen Z Timeless palette

Share this palette to:

Gen Z Timeless color palette CSS

/* CSS */
.color-1 {
color: #f8c36d;
}
.color-2 {
color: #faee66;
}
.color-3 {
color: #89ecd8;
}
.color-4 {
color: #83b4ec;
}
.color-5 {
color: #b867fe;
}

/* CSS Variables */
:root {
--color-1: #f8c36d;
--color-2: #faee66;
--color-3: #89ecd8;
--color-4: #83b4ec;
--color-5: #b867fe;
}

Gen Z Timeless background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c36d, #faee66, #89ecd8, #83b4ec, #b867fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c36d, #faee66, #89ecd8, #83b4ec, #b867fe);
}

Gen Z Timeless color palette created on .