Sepia Shades Color Palette
Discover the beautiful Sepia Shades color palette featuring whiskey (#d28d6a), antique brass (#c27c56), brown rust (#ae6942), sepia skin (#9f5c41) and mule fawn (#8b4b2d).
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 Sepia Shades palette
💻 Sepia Shades color palette CSS
/* CSS */
.color-1 {
color: #d28d6a;
}
.color-2 {
color: #c27c56;
}
.color-3 {
color: #ae6942;
}
.color-4 {
color: #9f5c41;
}
.color-5 {
color: #8b4b2d;
}
/* CSS Variables */
:root {
--color-1: #d28d6a;
--color-2: #c27c56;
--color-3: #ae6942;
--color-4: #9f5c41;
--color-5: #8b4b2d;
}
🌈 Sepia Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d28d6a, #c27c56, #ae6942, #9f5c41, #8b4b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d28d6a, #c27c56, #ae6942, #9f5c41, #8b4b2d);
}
🔗 Explore similar color palettes
Sepia Shades color palette created on .