Versace Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Versace Vibes palette

Share this palette to:

Download Versace Vibes Color Palette (PNG)

Download versace vibes color palette PNG image (landscape)
Download versace vibes color palette PNG image (square)

Versace Vibes color palette CSS

/* CSS */
.color-1 {
color: #f3e5a0;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #eba2b2;
}
.color-4 {
color: #d499ff;
}
.color-5 {
color: #9a6bff;
}

/* CSS Variables */
:root {
--color-1: #f3e5a0;
--color-2: #f1c6a7;
--color-3: #eba2b2;
--color-4: #d499ff;
--color-5: #9a6bff;
}

Versace Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5a0, #f1c6a7, #eba2b2, #d499ff, #9a6bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5a0, #f1c6a7, #eba2b2, #d499ff, #9a6bff);
}

Versace Vibes color palette created on .