Paleta de colores Wine and Chocolate

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wine and Chocolate palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Wine and Chocolate

Download wine and chocolate color palette PNG image (landscape)
Download wine and chocolate color palette PNG image (square)

CSS de la paleta de colores Wine and Chocolate

/* CSS */
.color-1 {
color: #5e2b3c;
}
.color-2 {
color: #894e4d;
}
.color-3 {
color: #d8b6a2;
}
.color-4 {
color: #e2c3b1;
}
.color-5 {
color: #593e31;
}

/* CSS Variables */
:root {
--color-1: #5e2b3c;
--color-2: #894e4d;
--color-3: #d8b6a2;
--color-4: #e2c3b1;
--color-5: #593e31;
}

CSS del degradado de fondo Wine and Chocolate

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b3c, #894e4d, #d8b6a2, #e2c3b1, #593e31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b3c, #894e4d, #d8b6a2, #e2c3b1, #593e31);
}

Wine and Chocolate color palette created on .