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: #1f3a61;
}
.color-2 {
color: #4b7d91;
}
.color-3 {
color: #7ebad7;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #f29d3a;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4b7d91;
--color-3: #7ebad7;
--color-4: #f7b5a1;
--color-5: #f29d3a;
}

CSS con gradiente di sfondo Urban Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4b7d91, #7ebad7, #f7b5a1, #f29d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4b7d91, #7ebad7, #f7b5a1, #f29d3a);
}

Urban Serenity color palette created on .