Villainous Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Villainous Elegance palette
Villainous Elegance color palette CSS
/* CSS */
.color-1 {
color: #4a3b3c;
}
.color-2 {
color: #a9424e;
}
.color-3 {
color: #d1513d;
}
.color-4 {
color: #f5c67a;
}
.color-5 {
color: #f0b2b5;
}
/* CSS Variables */
:root {
--color-1: #4a3b3c;
--color-2: #a9424e;
--color-3: #d1513d;
--color-4: #f5c67a;
--color-5: #f0b2b5;
}
Villainous Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b3c, #a9424e, #d1513d, #f5c67a, #f0b2b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b3c, #a9424e, #d1513d, #f5c67a, #f0b2b5);
}
Similar color palettes
Villainous Elegance color palette created on .