Warm Teakwood Color Palette
Discover the beautiful Warm Teakwood color palette featuring quincy (#583d2c), rose fog (#e3c3b0), akaroa (#d6b9a8), ecru white (#f4f0e6) and malta (#b7a99a).
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 Warm Teakwood palette
💻 Warm Teakwood color palette CSS
/* CSS */
.color-1 {
color: #583d2c;
}
.color-2 {
color: #e3c3b0;
}
.color-3 {
color: #d6b9a8;
}
.color-4 {
color: #f4f0e6;
}
.color-5 {
color: #b7a99a;
}
/* CSS Variables */
:root {
--color-1: #583d2c;
--color-2: #e3c3b0;
--color-3: #d6b9a8;
--color-4: #f4f0e6;
--color-5: #b7a99a;
} 🌈 Warm Teakwood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #583d2c, #e3c3b0, #d6b9a8, #f4f0e6, #b7a99a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #583d2c, #e3c3b0, #d6b9a8, #f4f0e6, #b7a99a);
} 🔗 Explore similar color palettes
Warm Teakwood color palette created on .