Paleta de colores Vintage and Old

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vintage and Old palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vintage and Old

Download vintage and old color palette PNG image (landscape)
Download vintage and old color palette PNG image (square)

CSS de la paleta de colores Vintage and Old

/* CSS */
.color-1 {
color: #a67c5e;
}
.color-2 {
color: #c6a15d;
}
.color-3 {
color: #d4be8c;
}
.color-4 {
color: #e9d0af;
}
.color-5 {
color: #bfa6a1;
}

/* CSS Variables */
:root {
--color-1: #a67c5e;
--color-2: #c6a15d;
--color-3: #d4be8c;
--color-4: #e9d0af;
--color-5: #bfa6a1;
}

CSS del degradado de fondo Vintage and Old

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67c5e, #c6a15d, #d4be8c, #e9d0af, #bfa6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67c5e, #c6a15d, #d4be8c, #e9d0af, #bfa6a1);
}

Vintage and Old color palette created on .