Paleta de colores Wine Tasting

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wine Tasting palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Wine Tasting

Download wine tasting color palette PNG image (landscape)
Download wine tasting color palette PNG image (square)

CSS de la paleta de colores Wine Tasting

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #9a5b7a;
}
.color-3 {
color: #d2a7b8;
}
.color-4 {
color: #f2d4e7;
}
.color-5 {
color: #f0b7b7;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9a5b7a;
--color-3: #d2a7b8;
--color-4: #f2d4e7;
--color-5: #f0b7b7;
}

CSS del degradado de fondo Wine Tasting

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9a5b7a, #d2a7b8, #f2d4e7, #f0b7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9a5b7a, #d2a7b8, #f2d4e7, #f0b7b7);
}

Wine Tasting color palette created on .