Burgundy Nightmare Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Burgundy Nightmare palette

Share this palette to:

Download Burgundy Nightmare Color Palette (PNG)

Download burgundy nightmare color palette PNG image (landscape)
Download burgundy nightmare color palette PNG image (square)

Burgundy Nightmare color palette CSS

/* CSS */
.color-1 {
color: #2b0a3d;
}
.color-2 {
color: #4c2c54;
}
.color-3 {
color: #7b4c73;
}
.color-4 {
color: #b78f9e;
}
.color-5 {
color: #f8c4d3;
}

/* CSS Variables */
:root {
--color-1: #2b0a3d;
--color-2: #4c2c54;
--color-3: #7b4c73;
--color-4: #b78f9e;
--color-5: #f8c4d3;
}

Burgundy Nightmare background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b0a3d, #4c2c54, #7b4c73, #b78f9e, #f8c4d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b0a3d, #4c2c54, #7b4c73, #b78f9e, #f8c4d3);
}

Burgundy Nightmare color palette created on .