Shades of Burgundy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Burgundy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shades of Burgundy Color Palette (PNG)
Shades of Burgundy color palette CSS
/* CSS */
.color-1 {
color: #700f0f;
}
.color-2 {
color: #a22a2a;
}
.color-3 {
color: #c84c4c;
}
.color-4 {
color: #e97c7c;
}
.color-5 {
color: #f4a4a4;
}
/* CSS Variables */
:root {
--color-1: #700f0f;
--color-2: #a22a2a;
--color-3: #c84c4c;
--color-4: #e97c7c;
--color-5: #f4a4a4;
}
Shades of Burgundy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #700f0f, #a22a2a, #c84c4c, #e97c7c, #f4a4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #700f0f, #a22a2a, #c84c4c, #e97c7c, #f4a4a4);
}
Similar color palettes
Scroll down to explore 100+ Burgundy color palettes
Shades of Burgundy color palette created on .