Dark Auburn Bliss Color Palette
Discover the beautiful Dark Auburn Bliss color palette featuring irish coffee (#5b2d24), ironstone (#8b4b41), contessa (#c47968), sandy brown (#f0a46a) and goldenrod (#fbd079).
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 Dark Auburn Bliss palette
💻 Dark Auburn Bliss color palette CSS
/* CSS */
.color-1 {
color: #5b2d24;
}
.color-2 {
color: #8b4b41;
}
.color-3 {
color: #c47968;
}
.color-4 {
color: #f0a46a;
}
.color-5 {
color: #fbd079;
}
/* CSS Variables */
:root {
--color-1: #5b2d24;
--color-2: #8b4b41;
--color-3: #c47968;
--color-4: #f0a46a;
--color-5: #fbd079;
} 🌈 Dark Auburn Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2d24, #8b4b41, #c47968, #f0a46a, #fbd079);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2d24, #8b4b41, #c47968, #f0a46a, #fbd079);
} 🔗 Explore similar color palettes
Dark Auburn Bliss color palette created on .