Auburn Glow Color Palette
Discover the beautiful Auburn Glow color palette featuring tobacco brown (#6f4c3e), matrix (#a35b4d), oriental pink (#c7988a), cashmere (#e5b09e) and mandys pink (#f4d3c8).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Auburn Glow palette
๐ป Auburn Glow color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #a35b4d;
}
.color-3 {
color: #c7988a;
}
.color-4 {
color: #e5b09e;
}
.color-5 {
color: #f4d3c8;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #a35b4d;
--color-3: #c7988a;
--color-4: #e5b09e;
--color-5: #f4d3c8;
}
๐ Auburn Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #a35b4d, #c7988a, #e5b09e, #f4d3c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #a35b4d, #c7988a, #e5b09e, #f4d3c8);
}
๐ Explore similar color palettes
Auburn Glow color palette created on .