Brown Cat Color Palette
Discover the beautiful Brown Cat color palette featuring ferra (#6a4e4e), whiskey (#d79b70), desert sand (#f2d5c0), woody brown (#3c2a2a) and cashmere (#e3b8a1).
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 Cat palette
💻 Brown Cat color palette CSS
/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #d79b70;
}
.color-3 {
color: #f2d5c0;
}
.color-4 {
color: #3c2a2a;
}
.color-5 {
color: #e3b8a1;
}
/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #d79b70;
--color-3: #f2d5c0;
--color-4: #3c2a2a;
--color-5: #e3b8a1;
}
🌈 Brown Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #d79b70, #f2d5c0, #3c2a2a, #e3b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #d79b70, #f2d5c0, #3c2a2a, #e3b8a1);
}
🔗 Explore similar color palettes
Brown Cat color palette created on .