Paleta de colores Wine Romance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wine Romance palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Wine Romance

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

CSS de la paleta de colores Wine Romance

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #b64b49;
}
.color-3 {
color: #c8797a;
}
.color-4 {
color: #e3b0b5;
}
.color-5 {
color: #f6d0d3;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #b64b49;
--color-3: #c8797a;
--color-4: #e3b0b5;
--color-5: #f6d0d3;
}

CSS del degradado de fondo Wine Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #b64b49, #c8797a, #e3b0b5, #f6d0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #b64b49, #c8797a, #e3b0b5, #f6d0d3);
}

Wine Romance color palette created on .