Paleta de colores Indie Vibes
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Indie Vibes palette
CSS de la paleta de colores Indie Vibes
/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #4a4e68;
}
.color-3 {
color: #9a8d98;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #ff575c;
}
/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #4a4e68;
--color-3: #9a8d98;
--color-4: #f6b83c;
--color-5: #ff575c;
}
CSS del degradado de fondo Indie Vibes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #4a4e68, #9a8d98, #f6b83c, #ff575c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #4a4e68, #9a8d98, #f6b83c, #ff575c);
}
Paletas de colores similares
Indie Vibes color palette created on .