Paleta de colores Vibrant Illusions

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Illusions palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vibrant Illusions

Download vibrant illusions color palette PNG image (landscape)
Download vibrant illusions color palette PNG image (square)

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);
}

Vibrant Illusions color palette created on .