Mystery in Sepia Color Palette
Discover the beautiful Mystery in Sepia color palette featuring woody brown (#402b2b), russett (#7a5c5c), dusty gray (#a79090), cold turkey (#c3b1b1) and wafer (#e9d8d8).
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 Mystery in Sepia palette
💻 Mystery in Sepia color palette CSS
/* CSS */
.color-1 {
color: #402b2b;
}
.color-2 {
color: #7a5c5c;
}
.color-3 {
color: #a79090;
}
.color-4 {
color: #c3b1b1;
}
.color-5 {
color: #e9d8d8;
}
/* CSS Variables */
:root {
--color-1: #402b2b;
--color-2: #7a5c5c;
--color-3: #a79090;
--color-4: #c3b1b1;
--color-5: #e9d8d8;
}
🌈 Mystery in Sepia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #402b2b, #7a5c5c, #a79090, #c3b1b1, #e9d8d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #402b2b, #7a5c5c, #a79090, #c3b1b1, #e9d8d8);
}
🔗 Explore similar color palettes
Mystery in Sepia color palette created on .