Unity in Vibrance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Unity in Vibrance palette

Share this palette to:

Download Unity in Vibrance Color Palette (PNG)

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

Unity in Vibrance color palette 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;
}

Unity in Vibrance background gradient CSS

/* 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 .