Paleta de colores Damp Wine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Damp Wine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Damp Wine

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

CSS de la paleta de colores Damp Wine

/* CSS */
.color-1 {
color: #5f2b3d;
}
.color-2 {
color: #8c4a5c;
}
.color-3 {
color: #c16c7b;
}
.color-4 {
color: #f4a69f;
}
.color-5 {
color: #f9d2c8;
}

/* CSS Variables */
:root {
--color-1: #5f2b3d;
--color-2: #8c4a5c;
--color-3: #c16c7b;
--color-4: #f4a69f;
--color-5: #f9d2c8;
}

CSS del degradado de fondo Damp Wine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b3d, #8c4a5c, #c16c7b, #f4a69f, #f9d2c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b3d, #8c4a5c, #c16c7b, #f4a69f, #f9d2c8);
}

Damp Wine color palette created on .