Auburn Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auburn Delight palette

Share this palette to:

Auburn Delight color palette PNG image

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

Auburn Delight color palette CSS

/* CSS */
.color-1 {
color: #893e3e;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d2784b;
}
.color-4 {
color: #ebaf89;
}
.color-5 {
color: #f4dac3;
}

/* CSS Variables */
:root {
--color-1: #893e3e;
--color-2: #a85f2e;
--color-3: #d2784b;
--color-4: #ebaf89;
--color-5: #f4dac3;
}

Auburn Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #893e3e, #a85f2e, #d2784b, #ebaf89, #f4dac3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #893e3e, #a85f2e, #d2784b, #ebaf89, #f4dac3);
}

Auburn Delight color palette created on .