Auburn Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auburn Shades palette

Share this palette to:

Auburn Shades color palette CSS

/* CSS */
.color-1 {
color: #7c3b2d;
}
.color-2 {
color: #a35943;
}
.color-3 {
color: #d79975;
}
.color-4 {
color: #f0c2b2;
}
.color-5 {
color: #f8e2d3;
}

/* CSS Variables */
:root {
--color-1: #7c3b2d;
--color-2: #a35943;
--color-3: #d79975;
--color-4: #f0c2b2;
--color-5: #f8e2d3;
}

Auburn Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c3b2d, #a35943, #d79975, #f0c2b2, #f8e2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c3b2d, #a35943, #d79975, #f0c2b2, #f8e2d3);
}

Auburn Shades color palette created on .