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