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: #f1c84b;
}
.color-2 {
color: #d1a30a;
}
.color-3 {
color: #b49b1d;
}
.color-4 {
color: #9e7c00;
}
.color-5 {
color: #805b00;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #d1a30a;
--color-3: #b49b1d;
--color-4: #9e7c00;
--color-5: #805b00;
}

Versace Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #d1a30a, #b49b1d, #9e7c00, #805b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #d1a30a, #b49b1d, #9e7c00, #805b00);
}

Versace Vibes color palette created on .