Whimsical Urban Stroll Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Urban Stroll palette

Share this palette to:

Whimsical Urban Stroll color palette CSS

/* CSS */
.color-1 {
color: #a9b7c1;
}
.color-2 {
color: #c8d8da;
}
.color-3 {
color: #e2b9b6;
}
.color-4 {
color: #fbbf8e;
}
.color-5 {
color: #e58f80;
}

/* CSS Variables */
:root {
--color-1: #a9b7c1;
--color-2: #c8d8da;
--color-3: #e2b9b6;
--color-4: #fbbf8e;
--color-5: #e58f80;
}

Whimsical Urban Stroll background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9b7c1, #c8d8da, #e2b9b6, #fbbf8e, #e58f80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9b7c1, #c8d8da, #e2b9b6, #fbbf8e, #e58f80);
}

Whimsical Urban Stroll color palette created on .