Vintage Vino Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vintage Vino palette
Vintage Vino color palette PNG image
Vintage Vino color palette CSS
/* CSS */
.color-1 {
color: #6f4f3e;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #ac7b5d;
}
.color-4 {
color: #b78a8b;
}
.color-5 {
color: #c79f99;
}
/* CSS Variables */
:root {
--color-1: #6f4f3e;
--color-2: #895b29;
--color-3: #ac7b5d;
--color-4: #b78a8b;
--color-5: #c79f99;
}
Vintage Vino background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4f3e, #895b29, #ac7b5d, #b78a8b, #c79f99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4f3e, #895b29, #ac7b5d, #b78a8b, #c79f99);
}
Similar color palettes
Vintage Vino color palette created on .