Light Burgundy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Burgundy palette

Share this palette to:

Light Burgundy color palette CSS

/* CSS */
.color-1 {
color: #7d2c3c;
}
.color-2 {
color: #a04b4b;
}
.color-3 {
color: #b66d6d;
}
.color-4 {
color: #d09a9a;
}
.color-5 {
color: #e6b3b3;
}

/* CSS Variables */
:root {
--color-1: #7d2c3c;
--color-2: #a04b4b;
--color-3: #b66d6d;
--color-4: #d09a9a;
--color-5: #e6b3b3;
}

Light Burgundy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d2c3c, #a04b4b, #b66d6d, #d09a9a, #e6b3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d2c3c, #a04b4b, #b66d6d, #d09a9a, #e6b3b3);
}

Light Burgundy color palette created on .