Paleta de colores Red Wine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red Wine palette
CSS de la paleta de colores Red Wine
/* CSS */
.color-1 {
color: #5c2e3b;
}
.color-2 {
color: #a13a4d;
}
.color-3 {
color: #c65868;
}
.color-4 {
color: #f29d9c;
}
.color-5 {
color: #f2c0c4;
}
/* CSS Variables */
:root {
--color-1: #5c2e3b;
--color-2: #a13a4d;
--color-3: #c65868;
--color-4: #f29d9c;
--color-5: #f2c0c4;
}
CSS del degradado de fondo Red Wine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2e3b, #a13a4d, #c65868, #f29d9c, #f2c0c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2e3b, #a13a4d, #c65868, #f29d9c, #f2c0c4);
}
Paletas de colores similares
Red Wine color palette created on .