Vino Tinto Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vino Tinto palette

Share this palette to:

Vino Tinto color palette PNG image

Download vino tinto color palette PNG image (landscape)
Download vino tinto color palette PNG image (square)

Vino Tinto color palette CSS

/* CSS */
.color-1 {
color: #7a2a3b;
}
.color-2 {
color: #a95b6d;
}
.color-3 {
color: #efa4b9;
}
.color-4 {
color: #d6c19f;
}
.color-5 {
color: #7c4b4e;
}

/* CSS Variables */
:root {
--color-1: #7a2a3b;
--color-2: #a95b6d;
--color-3: #efa4b9;
--color-4: #d6c19f;
--color-5: #7c4b4e;
}

Vino Tinto background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a3b, #a95b6d, #efa4b9, #d6c19f, #7c4b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a3b, #a95b6d, #efa4b9, #d6c19f, #7c4b4e);
}

Vino Tinto color palette created on .