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: #f5f5f5;
}
.color-2 {
color: #818183;
}
.color-3 {
color: #afafb1;
}
.color-4 {
color: #292929;
}
.color-5 {
color: #d5d6d7;
}

/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #818183;
--color-3: #afafb1;
--color-4: #292929;
--color-5: #d5d6d7;
}

Urban Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #818183, #afafb1, #292929, #d5d6d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #818183, #afafb1, #292929, #d5d6d7);
}

Similar color palettes

Urban Serenity color palette created on .