Paleta de colores Red Wine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Wine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Red Wine

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

CSS de la paleta de colores Red Wine

/* CSS */
.color-1 {
color: #792a39;
}
.color-2 {
color: #a04b5b;
}
.color-3 {
color: #c05d73;
}
.color-4 {
color: #e2a1a8;
}
.color-5 {
color: #f4d2d8;
}

/* CSS Variables */
:root {
--color-1: #792a39;
--color-2: #a04b5b;
--color-3: #c05d73;
--color-4: #e2a1a8;
--color-5: #f4d2d8;
}

CSS del degradado de fondo Red Wine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #792a39, #a04b5b, #c05d73, #e2a1a8, #f4d2d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #792a39, #a04b5b, #c05d73, #e2a1a8, #f4d2d8);
}

Red Wine color palette created on .