Warm Yellow City Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Yellow City palette

Share this palette to:

Warm Yellow City color palette CSS

/* CSS */
.color-1 {
color: #f6c84c;
}
.color-2 {
color: #f6ab6a;
}
.color-3 {
color: #dc6f7c;
}
.color-4 {
color: #a57dba;
}
.color-5 {
color: #7c9c95;
}

/* CSS Variables */
:root {
--color-1: #f6c84c;
--color-2: #f6ab6a;
--color-3: #dc6f7c;
--color-4: #a57dba;
--color-5: #7c9c95;
}

Warm Yellow City background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c84c, #f6ab6a, #dc6f7c, #a57dba, #7c9c95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c84c, #f6ab6a, #dc6f7c, #a57dba, #7c9c95);
}

Warm Yellow City color palette created on .