Thatch Bloom Color Palette
Discover the beautiful Thatch Bloom color palette featuring vanilla (#d3b5a1), quicksand (#c1a09a), del rio (#a68c8c), opium (#8d6d6d) and ferra (#7b4c4c).
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 Thatch Bloom palette
💻 Thatch Bloom color palette CSS
/* CSS */
.color-1 {
color: #d3b5a1;
}
.color-2 {
color: #c1a09a;
}
.color-3 {
color: #a68c8c;
}
.color-4 {
color: #8d6d6d;
}
.color-5 {
color: #7b4c4c;
}
/* CSS Variables */
:root {
--color-1: #d3b5a1;
--color-2: #c1a09a;
--color-3: #a68c8c;
--color-4: #8d6d6d;
--color-5: #7b4c4c;
} 🌈 Thatch Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b5a1, #c1a09a, #a68c8c, #8d6d6d, #7b4c4c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b5a1, #c1a09a, #a68c8c, #8d6d6d, #7b4c4c);
} 🔗 Explore similar color palettes
Thatch Bloom color palette created on .