Timeless Tapestry Color Palette
Discover the beautiful Timeless Tapestry color palette featuring sepia black (#2c0202), congo brown (#5b3939), opium (#8a6a6a), indian khaki (#c7a48a) and brandy (#e0c5a3).
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 Timeless Tapestry palette
💻 Timeless Tapestry color palette CSS
/* CSS */
.color-1 {
color: #2c0202;
}
.color-2 {
color: #5b3939;
}
.color-3 {
color: #8a6a6a;
}
.color-4 {
color: #c7a48a;
}
.color-5 {
color: #e0c5a3;
}
/* CSS Variables */
:root {
--color-1: #2c0202;
--color-2: #5b3939;
--color-3: #8a6a6a;
--color-4: #c7a48a;
--color-5: #e0c5a3;
} 🌈 Timeless Tapestry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c0202, #5b3939, #8a6a6a, #c7a48a, #e0c5a3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c0202, #5b3939, #8a6a6a, #c7a48a, #e0c5a3);
} 🔗 Explore similar color palettes
Timeless Tapestry color palette created on .