Paleta de colores Unity in Vibrance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Unity in Vibrance palette

Compartir esta paleta en:

Descargar la paleta de colores Unity in Vibrance (PNG)

Download unity in vibrance color palette PNG image (landscape)
Download unity in vibrance color palette PNG image (square)

CSS de la paleta de colores Unity in Vibrance

/* CSS */
.color-1 {
color: #6a2c90;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #eab8c9;
}
.color-4 {
color: #f2d4a6;
}
.color-5 {
color: #3d8c8f;
}

/* CSS Variables */
:root {
--color-1: #6a2c90;
--color-2: #a85f2e;
--color-3: #eab8c9;
--color-4: #f2d4a6;
--color-5: #3d8c8f;
}

CSS del degradado de fondo Unity in Vibrance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2c90, #a85f2e, #eab8c9, #f2d4a6, #3d8c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2c90, #a85f2e, #eab8c9, #f2d4a6, #3d8c8f);
}

Unity in Vibrance color palette created on .