Paleta de colores Dark Red Wine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Red Wine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dark Red Wine

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

CSS de la paleta de colores Dark Red Wine

/* CSS */
.color-1 {
color: #4b0c0c;
}
.color-2 {
color: #792a2a;
}
.color-3 {
color: #a65959;
}
.color-4 {
color: #d69f9f;
}
.color-5 {
color: #e2c5c5;
}

/* CSS Variables */
:root {
--color-1: #4b0c0c;
--color-2: #792a2a;
--color-3: #a65959;
--color-4: #d69f9f;
--color-5: #e2c5c5;
}

CSS del degradado de fondo Dark Red Wine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0c0c, #792a2a, #a65959, #d69f9f, #e2c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0c0c, #792a2a, #a65959, #d69f9f, #e2c5c5);
}

Dark Red Wine color palette created on .