Paleta de colores Wine Berry

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wine Berry palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Wine Berry

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

CSS de la paleta de colores Wine Berry

/* CSS */
.color-1 {
color: #7c2d3f;
}
.color-2 {
color: #a33e6d;
}
.color-3 {
color: #d66b8d;
}
.color-4 {
color: #e8a1ae;
}
.color-5 {
color: #e2c5d3;
}

/* CSS Variables */
:root {
--color-1: #7c2d3f;
--color-2: #a33e6d;
--color-3: #d66b8d;
--color-4: #e8a1ae;
--color-5: #e2c5d3;
}

CSS del degradado de fondo Wine Berry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d3f, #a33e6d, #d66b8d, #e8a1ae, #e2c5d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d3f, #a33e6d, #d66b8d, #e8a1ae, #e2c5d3);
}

Wine Berry color palette created on .