Paleta de colores Burgundy and Gold Night
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Burgundy and Gold Night palette
Imagen PNG de la paleta de colores Burgundy and Gold Night
CSS de la paleta de colores Burgundy and Gold Night
/* CSS */
.color-1 {
color: #6a2929;
}
.color-2 {
color: #b88d3d;
}
.color-3 {
color: #1f3a60;
}
.color-4 {
color: #5b3a29;
}
.color-5 {
color: #e2c479;
}
/* CSS Variables */
:root {
--color-1: #6a2929;
--color-2: #b88d3d;
--color-3: #1f3a60;
--color-4: #5b3a29;
--color-5: #e2c479;
}
CSS del degradado de fondo Burgundy and Gold Night
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2929, #b88d3d, #1f3a60, #5b3a29, #e2c479);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2929, #b88d3d, #1f3a60, #5b3a29, #e2c479);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 20+ paletas de colores Borgoña
Burgundy and Gold Night color palette created on .