Auburn Shadow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auburn Shadow palette

Share this palette to:

Auburn Shadow color palette PNG image

Download auburn shadow color palette PNG image (landscape)
Download auburn shadow color palette PNG image (square)

Auburn Shadow color palette CSS

/* CSS */
.color-1 {
color: #694a3a;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d89a6e;
}
.color-4 {
color: #efc18f;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #694a3a;
--color-2: #a85f2e;
--color-3: #d89a6e;
--color-4: #efc18f;
--color-5: #f1c84b;
}

Auburn Shadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #694a3a, #a85f2e, #d89a6e, #efc18f, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #694a3a, #a85f2e, #d89a6e, #efc18f, #f1c84b);
}

Auburn Shadow color palette created on .