Auburn Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auburn Glow palette

Share this palette to:

Auburn Glow color palette CSS

/* CSS */
.color-1 {
color: #78454d;
}
.color-2 {
color: #af505e;
}
.color-3 {
color: #cf96be;
}
.color-4 {
color: #e7b1c2;
}
.color-5 {
color: #f5d6de;
}

/* CSS Variables */
:root {
--color-1: #78454d;
--color-2: #af505e;
--color-3: #cf96be;
--color-4: #e7b1c2;
--color-5: #f5d6de;
}

Auburn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78454d, #af505e, #cf96be, #e7b1c2, #f5d6de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78454d, #af505e, #cf96be, #e7b1c2, #f5d6de);
}

Auburn Glow color palette created on .