Burgundy Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Burgundy Elegance palette
Burgundy Elegance color palette PNG image
Burgundy Elegance color palette CSS
/* CSS */
.color-1 {
color: #4c1f1f;
}
.color-2 {
color: #682c3e;
}
.color-3 {
color: #a64e6f;
}
.color-4 {
color: #d19a89;
}
.color-5 {
color: #eed4d3;
}
/* CSS Variables */
:root {
--color-1: #4c1f1f;
--color-2: #682c3e;
--color-3: #a64e6f;
--color-4: #d19a89;
--color-5: #eed4d3;
}
Burgundy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c1f1f, #682c3e, #a64e6f, #d19a89, #eed4d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c1f1f, #682c3e, #a64e6f, #d19a89, #eed4d3);
}
Similar color palettes
Burgundy Elegance color palette created on .