Urban Oasis Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Urban Oasis palette
tavolozza dei colori Urban Oasis CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #6e6e6e;
}
.color-3 {
color: #f7f4e8;
}
.color-4 {
color: #0092d6;
}
.color-5 {
color: #00b0c7;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #6e6e6e;
--color-3: #f7f4e8;
--color-4: #0092d6;
--color-5: #00b0c7;
}
CSS con gradiente di sfondo Urban Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #6e6e6e, #f7f4e8, #0092d6, #00b0c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #6e6e6e, #f7f4e8, #0092d6, #00b0c7);
}
Tavolozze di colori simili
Urban Oasis color palette created on .