Brown Tabby Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Tabby Cat palette
Color Inspiration
Images that showcase this color palette in real designs
Download Brown Tabby Cat Color Palette (PNG)
Brown Tabby Cat color palette CSS
/* CSS */
.color-1 {
color: #b68b6d;
}
.color-2 {
color: #d5c5a5;
}
.color-3 {
color: #e7e2da;
}
.color-4 {
color: #f3c0a5;
}
.color-5 {
color: #e48a7c;
}
/* CSS Variables */
:root {
--color-1: #b68b6d;
--color-2: #d5c5a5;
--color-3: #e7e2da;
--color-4: #f3c0a5;
--color-5: #e48a7c;
}
Brown Tabby Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b68b6d, #d5c5a5, #e7e2da, #f3c0a5, #e48a7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b68b6d, #d5c5a5, #e7e2da, #f3c0a5, #e48a7c);
}
Similar color palettes
Brown Tabby Cat color palette created on .