Brown Bubble Tea Color Palette
Discover the beautiful Brown Bubble Tea color palette featuring ironstone (#794a39), indian khaki (#c3a17f), mandys pink (#f2d1b0), pancho (#ebcda2) and wheat (#f6e4c1).
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 Brown Bubble Tea palette
💻 Brown Bubble Tea color palette CSS
/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #c3a17f;
}
.color-3 {
color: #f2d1b0;
}
.color-4 {
color: #ebcda2;
}
.color-5 {
color: #f6e4c1;
}
/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #c3a17f;
--color-3: #f2d1b0;
--color-4: #ebcda2;
--color-5: #f6e4c1;
}
🌈 Brown Bubble Tea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #c3a17f, #f2d1b0, #ebcda2, #f6e4c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #c3a17f, #f2d1b0, #ebcda2, #f6e4c1);
}
🔗 Explore similar color palettes
Brown Bubble Tea color palette created on .