Vineria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vineria palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vineria Color Palette (PNG)
Vineria color palette CSS
/* CSS */
.color-1 {
color: #4e2c2e;
}
.color-2 {
color: #814b4e;
}
.color-3 {
color: #b68b8c;
}
.color-4 {
color: #f1c1c1;
}
.color-5 {
color: #f5e5e5;
}
/* CSS Variables */
:root {
--color-1: #4e2c2e;
--color-2: #814b4e;
--color-3: #b68b8c;
--color-4: #f1c1c1;
--color-5: #f5e5e5;
}
Vineria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e2c2e, #814b4e, #b68b8c, #f1c1c1, #f5e5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e2c2e, #814b4e, #b68b8c, #f1c1c1, #f5e5e5);
}
Similar color palettes
Scroll down to explore 100+ Burgundy color palettes
Vineria color palette created on .