Paleta de colores Vintage Vino

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vintage Vino palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vintage Vino

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

CSS de la paleta de colores Vintage Vino

/* 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;
}

CSS del degradado de fondo Vintage Vino

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

Vintage Vino color palette created on .