Vineria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vineria palette
Vineria color palette PNG image
Vineria color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #90594c;
}
.color-3 {
color: #c89f8d;
}
.color-4 {
color: #e3b5c4;
}
.color-5 {
color: #d97d92;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #90594c;
--color-3: #c89f8d;
--color-4: #e3b5c4;
--color-5: #d97d92;
}
Vineria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #90594c, #c89f8d, #e3b5c4, #d97d92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #90594c, #c89f8d, #e3b5c4, #d97d92);
}
Similar color palettes
Vineria color palette created on .