Paleta de colores Vibrant Illusions
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Illusions palette
Imagen PNG de la paleta de colores Vibrant Illusions
CSS de la paleta de colores Vibrant Illusions
/* CSS */
.color-1 {
color: #ffc105;
}
.color-2 {
color: #ff5724;
}
.color-3 {
color: #681b98;
}
.color-4 {
color: #1975d2;
}
.color-5 {
color: #4cae4f;
}
/* CSS Variables */
:root {
--color-1: #ffc105;
--color-2: #ff5724;
--color-3: #681b98;
--color-4: #1975d2;
--color-5: #4cae4f;
}
CSS del degradado de fondo Vibrant Illusions
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc105, #ff5724, #681b98, #1975d2, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc105, #ff5724, #681b98, #1975d2, #4cae4f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Vibrant Illusions color palette created on .