Urban Grey with Dark Red and Blue Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Urban Grey with Dark Red and Blue palette

Condividi questa palette a:

tavolozza dei colori Urban Grey with Dark Red and Blue CSS

/* CSS */
.color-1 {
color: #4a4a4a;
}
.color-2 {
color: #7d7d7d;
}
.color-3 {
color: #b0b0b0;
}
.color-4 {
color: #ba706d;
}
.color-5 {
color: #76b0c1;
}

/* CSS Variables */
:root {
--color-1: #4a4a4a;
--color-2: #7d7d7d;
--color-3: #b0b0b0;
--color-4: #ba706d;
--color-5: #76b0c1;
}

CSS con gradiente di sfondo Urban Grey with Dark Red and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4a4a, #7d7d7d, #b0b0b0, #ba706d, #76b0c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4a4a, #7d7d7d, #b0b0b0, #ba706d, #76b0c1);
}

Tavolozze di colori simili

Urban Grey with Dark Red and Blue color palette created on .