Urban Vibes Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Urban Vibes palette
tavolozza dei colori Urban Vibes CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #69af4b;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #d15400;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c5a1;
--color-3: #69af4b;
--color-4: #4b91e2;
--color-5: #d15400;
}
CSS con gradiente di sfondo Urban Vibes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c5a1, #69af4b, #4b91e2, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c5a1, #69af4b, #4b91e2, #d15400);
}
Tavolozze di colori simili
Urban Vibes color palette created on .