Paleta de colores Black Brown and Wine Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Black Brown and Wine Purple palette

Compartir esta paleta en:

CSS de la paleta de colores Black Brown and Wine Purple

/* CSS */
.color-1 {
color: #3c2a2e;
}
.color-2 {
color: #6c4b51;
}
.color-3 {
color: #9a5b6c;
}
.color-4 {
color: #d93f4c;
}
.color-5 {
color: #5f2b3a;
}

/* CSS Variables */
:root {
--color-1: #3c2a2e;
--color-2: #6c4b51;
--color-3: #9a5b6c;
--color-4: #d93f4c;
--color-5: #5f2b3a;
}

CSS del degradado de fondo Black Brown and Wine Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2e, #6c4b51, #9a5b6c, #d93f4c, #5f2b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2e, #6c4b51, #9a5b6c, #d93f4c, #5f2b3a);
}

Black Brown and Wine Purple color palette created on .