Paleta de colores Wine Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wine Delight palette

Compartir esta paleta en:

Descargar la paleta de colores Wine Delight (PNG)

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

CSS de la paleta de colores Wine Delight

/* CSS */
.color-1 {
color: #691b3d;
}
.color-2 {
color: #a04b6e;
}
.color-3 {
color: #d68a8d;
}
.color-4 {
color: #f1b1ca;
}
.color-5 {
color: #f8d3da;
}

/* CSS Variables */
:root {
--color-1: #691b3d;
--color-2: #a04b6e;
--color-3: #d68a8d;
--color-4: #f1b1ca;
--color-5: #f8d3da;
}

CSS del degradado de fondo Wine Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691b3d, #a04b6e, #d68a8d, #f1b1ca, #f8d3da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691b3d, #a04b6e, #d68a8d, #f1b1ca, #f8d3da);
}

Wine Delight color palette created on .