Paleta de colores Bold Wine Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bold Wine Red palette

Compartir esta paleta en:

CSS de la paleta de colores Bold Wine Red

/* CSS */
.color-1 {
color: #5c2e3e;
}
.color-2 {
color: #3c5d3e;
}
.color-3 {
color: #2b4c7d;
}
.color-4 {
color: #7b3d4c;
}
.color-5 {
color: #b0545d;
}

/* CSS Variables */
:root {
--color-1: #5c2e3e;
--color-2: #3c5d3e;
--color-3: #2b4c7d;
--color-4: #7b3d4c;
--color-5: #b0545d;
}

CSS del degradado de fondo Bold Wine Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2e3e, #3c5d3e, #2b4c7d, #7b3d4c, #b0545d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2e3e, #3c5d3e, #2b4c7d, #7b3d4c, #b0545d);
}

Bold Wine Red color palette created on .