Vineria Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vineria palette

Share this palette to:

Vineria color palette PNG image

Download vineria color palette PNG image (landscape)
Download vineria color palette PNG image (square)

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);
}

Vineria color palette created on .