Tawny Shades Color Palette
Discover the beautiful Tawny Shades color palette featuring whiskey (#d19b6b), antique brass (#c78c5c), driftwood (#b57c4a), brown rust (#a66e3a) and paarl (#9d602a).
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 Tawny Shades palette
💻 Tawny Shades color palette CSS
/* CSS */
.color-1 {
color: #d19b6b;
}
.color-2 {
color: #c78c5c;
}
.color-3 {
color: #b57c4a;
}
.color-4 {
color: #a66e3a;
}
.color-5 {
color: #9d602a;
}
/* CSS Variables */
:root {
--color-1: #d19b6b;
--color-2: #c78c5c;
--color-3: #b57c4a;
--color-4: #a66e3a;
--color-5: #9d602a;
}
🌈 Tawny Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19b6b, #c78c5c, #b57c4a, #a66e3a, #9d602a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19b6b, #c78c5c, #b57c4a, #a66e3a, #9d602a);
}
🔗 Explore similar color palettes
Tawny Shades color palette created on .