Paleta de colores Wine and Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Wine and Purple palette
Imagen PNG de la paleta de colores Wine and Purple
CSS de la paleta de colores Wine and Purple
/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #a45fbf;
}
.color-3 {
color: #d98cbe;
}
.color-4 {
color: #f1a7b8;
}
.color-5 {
color: #f9d3b4;
}
/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #a45fbf;
--color-3: #d98cbe;
--color-4: #f1a7b8;
--color-5: #f9d3b4;
}
CSS del degradado de fondo Wine and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #a45fbf, #d98cbe, #f1a7b8, #f9d3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #a45fbf, #d98cbe, #f1a7b8, #f9d3b4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 2 paletas de colores Vino
Wine and Purple color palette created on .