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: #e8a29c;
}
.color-2 {
color: #c6dabe;
}
.color-3 {
color: #a5c9d5;
}
.color-4 {
color: #6b9d9e;
}
.color-5 {
color: #4b5c6c;
}

/* CSS Variables */
:root {
--color-1: #e8a29c;
--color-2: #c6dabe;
--color-3: #a5c9d5;
--color-4: #6b9d9e;
--color-5: #4b5c6c;
}

CSS con gradiente di sfondo Urban Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a29c, #c6dabe, #a5c9d5, #6b9d9e, #4b5c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a29c, #c6dabe, #a5c9d5, #6b9d9e, #4b5c6c);
}

Urban Serenity color palette created on .