Auburn Spirit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auburn Spirit palette

Share this palette to:

Auburn Spirit color palette PNG image

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

Auburn Spirit color palette CSS

/* CSS */
.color-1 {
color: #b55b3b;
}
.color-2 {
color: #c9904f;
}
.color-3 {
color: #d0b77c;
}
.color-4 {
color: #f2ba21;
}
.color-5 {
color: #f05c00;
}

/* CSS Variables */
:root {
--color-1: #b55b3b;
--color-2: #c9904f;
--color-3: #d0b77c;
--color-4: #f2ba21;
--color-5: #f05c00;
}

Auburn Spirit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b55b3b, #c9904f, #d0b77c, #f2ba21, #f05c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b55b3b, #c9904f, #d0b77c, #f2ba21, #f05c00);
}

Auburn Spirit color palette created on .