Burgundy and Gold Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Burgundy and Gold Night palette

Share this palette to:

Burgundy and Gold Night color palette PNG image

Download burgundy and gold night color palette PNG image (landscape)
Download burgundy and gold night color palette PNG image (square)

Burgundy and Gold Night color palette CSS

/* 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;
}

Burgundy and Gold Night background gradient CSS

/* 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);
}

Burgundy and Gold Night color palette created on .