Versace Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Versace Elegance palette
Versace Elegance color palette PNG image
Versace Elegance color palette CSS
/* CSS */
.color-1 {
color: #d0c0af;
}
.color-2 {
color: #f7e9b0;
}
.color-3 {
color: #dc8f4c;
}
.color-4 {
color: #483a1e;
}
.color-5 {
color: #9e3d3d;
}
/* CSS Variables */
:root {
--color-1: #d0c0af;
--color-2: #f7e9b0;
--color-3: #dc8f4c;
--color-4: #483a1e;
--color-5: #9e3d3d;
}
Versace Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c0af, #f7e9b0, #dc8f4c, #483a1e, #9e3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c0af, #f7e9b0, #dc8f4c, #483a1e, #9e3d3d);
}
Similar color palettes
Versace Elegance color palette created on .