Watusi Color Palette
Discover the beautiful Watusi color palette featuring cashmere (#e9b79f), burning sand (#d68e7a), matrix (#a45a4c), lotus (#7e3b3a) and cowboy (#4f2629).
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 Watusi palette
💻 Watusi color palette CSS
/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #d68e7a;
}
.color-3 {
color: #a45a4c;
}
.color-4 {
color: #7e3b3a;
}
.color-5 {
color: #4f2629;
}
/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #d68e7a;
--color-3: #a45a4c;
--color-4: #7e3b3a;
--color-5: #4f2629;
} 🌈 Watusi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #d68e7a, #a45a4c, #7e3b3a, #4f2629);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #d68e7a, #a45a4c, #7e3b3a, #4f2629);
} 🔗 Explore similar color palettes
Watusi color palette created on .