Paleta de colores Deep Wine Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Deep Wine Red palette
CSS de la paleta de colores Deep Wine Red
/* CSS */
.color-1 {
color: #691b3d;
}
.color-2 {
color: #2e4c20;
}
.color-3 {
color: #1e396b;
}
.color-4 {
color: #b00c35;
}
.color-5 {
color: #4f8c56;
}
/* CSS Variables */
:root {
--color-1: #691b3d;
--color-2: #2e4c20;
--color-3: #1e396b;
--color-4: #b00c35;
--color-5: #4f8c56;
}
CSS del degradado de fondo Deep Wine Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691b3d, #2e4c20, #1e396b, #b00c35, #4f8c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691b3d, #2e4c20, #1e396b, #b00c35, #4f8c56);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 20+ paletas de colores Profundo
Deep Wine Red color palette created on .