Paleta de colores Urban Reverie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Urban Reverie palette
CSS de la paleta de colores Urban Reverie
/* CSS */
.color-1 {
color: #c8d6e5;
}
.color-2 {
color: #ff6b6b;
}
.color-3 {
color: #f8b830;
}
.color-4 {
color: #4cd237;
}
.color-5 {
color: #1e272e;
}
/* CSS Variables */
:root {
--color-1: #c8d6e5;
--color-2: #ff6b6b;
--color-3: #f8b830;
--color-4: #4cd237;
--color-5: #1e272e;
}
CSS del degradado de fondo Urban Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8d6e5, #ff6b6b, #f8b830, #4cd237, #1e272e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8d6e5, #ff6b6b, #f8b830, #4cd237, #1e272e);
}
Paletas de colores similares
Urban Reverie color palette created on .