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: #e3e8e8;
}
.color-2 {
color: #889096;
}
.color-3 {
color: #64686d;
}
.color-4 {
color: #4c4e52;
}
.color-5 {
color: #3d3f43;
}

/* CSS Variables */
:root {
--color-1: #e3e8e8;
--color-2: #889096;
--color-3: #64686d;
--color-4: #4c4e52;
--color-5: #3d3f43;
}

Urban Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3e8e8, #889096, #64686d, #4c4e52, #3d3f43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3e8e8, #889096, #64686d, #4c4e52, #3d3f43);
}

Urban Serenity color palette created on .