Tea Dog Color Palette
Discover the beautiful Tea Dog color palette featuring coral reef (#c8b5a7), donkey brown (#a18c7d), vanilla (#d7c3b2), cashmere (#e2b6a2) and contessa (#c1706c).
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 Tea Dog palette
💻 Tea Dog color palette CSS
/* CSS */
.color-1 {
color: #c8b5a7;
}
.color-2 {
color: #a18c7d;
}
.color-3 {
color: #d7c3b2;
}
.color-4 {
color: #e2b6a2;
}
.color-5 {
color: #c1706c;
}
/* CSS Variables */
:root {
--color-1: #c8b5a7;
--color-2: #a18c7d;
--color-3: #d7c3b2;
--color-4: #e2b6a2;
--color-5: #c1706c;
} 🌈 Tea Dog background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8b5a7, #a18c7d, #d7c3b2, #e2b6a2, #c1706c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8b5a7, #a18c7d, #d7c3b2, #e2b6a2, #c1706c);
} 🔗 Explore similar color palettes
Tea Dog color palette created on .