Urban Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Serenity palette

Share this palette to:

Urban Serenity color palette CSS

/* CSS */
.color-1 {
color: #e0e0e0;
}
.color-2 {
color: #b1bec4;
}
.color-3 {
color: #8fa3ae;
}
.color-4 {
color: #607c8a;
}
.color-5 {
color: #455a63;
}

/* CSS Variables */
:root {
--color-1: #e0e0e0;
--color-2: #b1bec4;
--color-3: #8fa3ae;
--color-4: #607c8a;
--color-5: #455a63;
}

Urban Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e0e0, #b1bec4, #8fa3ae, #607c8a, #455a63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e0e0, #b1bec4, #8fa3ae, #607c8a, #455a63);
}

Urban Serenity color palette created on .