Paleta de colores Vintage Vibes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vintage Vibes palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vintage Vibes

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

CSS de la paleta de colores Vintage Vibes

/* CSS */
.color-1 {
color: #f6a779;
}
.color-2 {
color: #d9c2b5;
}
.color-3 {
color: #a2b3a8;
}
.color-4 {
color: #6a4f4d;
}
.color-5 {
color: #4c3e3e;
}

/* CSS Variables */
:root {
--color-1: #f6a779;
--color-2: #d9c2b5;
--color-3: #a2b3a8;
--color-4: #6a4f4d;
--color-5: #4c3e3e;
}

CSS del degradado de fondo Vintage Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a779, #d9c2b5, #a2b3a8, #6a4f4d, #4c3e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a779, #d9c2b5, #a2b3a8, #6a4f4d, #4c3e3e);
}

Vintage Vibes color palette created on .