Dark Auburn Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Auburn Elegance palette

Share this palette to:

Dark Auburn Elegance color palette PNG image

Download dark auburn elegance color palette PNG image (landscape)
Download dark auburn elegance color palette PNG image (square)

Dark Auburn Elegance color palette CSS

/* CSS */
.color-1 {
color: #502d2b;
}
.color-2 {
color: #6a3b39;
}
.color-3 {
color: #9f5c5b;
}
.color-4 {
color: #d5a14d;
}
.color-5 {
color: #b87c6b;
}

/* CSS Variables */
:root {
--color-1: #502d2b;
--color-2: #6a3b39;
--color-3: #9f5c5b;
--color-4: #d5a14d;
--color-5: #b87c6b;
}

Dark Auburn Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502d2b, #6a3b39, #9f5c5b, #d5a14d, #b87c6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502d2b, #6a3b39, #9f5c5b, #d5a14d, #b87c6b);
}

Dark Auburn Elegance color palette created on .