Urban Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Urban Serenity palette

Condividi questa palette a:

tavolozza dei colori Urban Serenity 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;
}

CSS con gradiente di sfondo Urban Serenity

/* 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);
}

Tavolozze di colori simili

Urban Serenity color palette created on .