Paleta de colores Velvet Vintage

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Velvet Vintage palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Velvet Vintage

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

CSS de la paleta de colores Velvet Vintage

/* CSS */
.color-1 {
color: #d5cec3;
}
.color-2 {
color: #b89a84;
}
.color-3 {
color: #a86d5d;
}
.color-4 {
color: #7d4b3b;
}
.color-5 {
color: #4b2c2a;
}

/* CSS Variables */
:root {
--color-1: #d5cec3;
--color-2: #b89a84;
--color-3: #a86d5d;
--color-4: #7d4b3b;
--color-5: #4b2c2a;
}

CSS del degradado de fondo Velvet Vintage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cec3, #b89a84, #a86d5d, #7d4b3b, #4b2c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cec3, #b89a84, #a86d5d, #7d4b3b, #4b2c2a);
}

Velvet Vintage color palette created on .