Gray Tabby Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gray Tabby Cat palette
Gray Tabby Cat color palette PNG image
Gray Tabby Cat color palette CSS
/* CSS */
.color-1 {
color: #b1b4a2;
}
.color-2 {
color: #afaf9d;
}
.color-3 {
color: #d0c7b3;
}
.color-4 {
color: #c9a78d;
}
.color-5 {
color: #b6897c;
}
/* CSS Variables */
:root {
--color-1: #b1b4a2;
--color-2: #afaf9d;
--color-3: #d0c7b3;
--color-4: #c9a78d;
--color-5: #b6897c;
}
Gray Tabby Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4a2, #afaf9d, #d0c7b3, #c9a78d, #b6897c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4a2, #afaf9d, #d0c7b3, #c9a78d, #b6897c);
}
Similar color palettes
Scroll down to explore 1000+ Gray color palettes
Gray Tabby Cat color palette created on .