Paleta de colores Deep Wine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Deep Wine palette

Compartir esta paleta en:

CSS de la paleta de colores Deep Wine

/* CSS */
.color-1 {
color: #4d2e3b;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #a8a7b4;
}
.color-4 {
color: #bfd5e3;
}
.color-5 {
color: #2f3b4c;
}

/* CSS Variables */
:root {
--color-1: #4d2e3b;
--color-2: #6f4c3e;
--color-3: #a8a7b4;
--color-4: #bfd5e3;
--color-5: #2f3b4c;
}

CSS del degradado de fondo Deep Wine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d2e3b, #6f4c3e, #a8a7b4, #bfd5e3, #2f3b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d2e3b, #6f4c3e, #a8a7b4, #bfd5e3, #2f3b4c);
}

Deep Wine color palette created on .