Unity in Vibrance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Unity in Vibrance palette

Condividi questa palette a:

Scarica la tavolozza dei colori Unity in Vibrance (PNG)

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

tavolozza dei colori Unity in Vibrance CSS

/* 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 con gradiente di sfondo 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 .