Auburn Essence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auburn Essence palette

Share this palette to:

Auburn Essence color palette PNG image

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

Auburn Essence color palette CSS

/* CSS */
.color-1 {
color: #7c3b18;
}
.color-2 {
color: #9d5c3f;
}
.color-3 {
color: #c6895d;
}
.color-4 {
color: #e3bb8c;
}
.color-5 {
color: #f2cfc0;
}

/* CSS Variables */
:root {
--color-1: #7c3b18;
--color-2: #9d5c3f;
--color-3: #c6895d;
--color-4: #e3bb8c;
--color-5: #f2cfc0;
}

Auburn Essence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c3b18, #9d5c3f, #c6895d, #e3bb8c, #f2cfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c3b18, #9d5c3f, #c6895d, #e3bb8c, #f2cfc0);
}

Auburn Essence color palette created on .