Paleta de colores Wine Red Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wine Red Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Wine Red Elegance

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #487d2c;
}
.color-3 {
color: #1f395c;
}
.color-4 {
color: #ebb9b2;
}
.color-5 {
color: #d14c3d;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #487d2c;
--color-3: #1f395c;
--color-4: #ebb9b2;
--color-5: #d14c3d;
}

CSS del degradado de fondo Wine Red Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #487d2c, #1f395c, #ebb9b2, #d14c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #487d2c, #1f395c, #ebb9b2, #d14c3d);
}

Wine Red Elegance color palette created on .