Paleta de colores Vibrant Inspiration

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Inspiration palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vibrant Inspiration

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

CSS de la paleta de colores Vibrant Inspiration

/* CSS */
.color-1 {
color: #ff94b8;
}
.color-2 {
color: #ffbaa3;
}
.color-3 {
color: #fee5a4;
}
.color-4 {
color: #81ebfe;
}
.color-5 {
color: #15b1f4;
}

/* CSS Variables */
:root {
--color-1: #ff94b8;
--color-2: #ffbaa3;
--color-3: #fee5a4;
--color-4: #81ebfe;
--color-5: #15b1f4;
}

CSS del degradado de fondo Vibrant Inspiration

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff94b8, #ffbaa3, #fee5a4, #81ebfe, #15b1f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff94b8, #ffbaa3, #fee5a4, #81ebfe, #15b1f4);
}

Vibrant Inspiration color palette created on .