Orange Tabby Cat Color Palette
Discover the beautiful Orange Tabby Cat color palette featuring raw sienna (#d68a3d), sandy brown (#f1a65b), sweet corn (#f7d47e), rajah (#f8c06d) and fire bush (#e88a2c).
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 Orange Tabby Cat palette
💻 Orange Tabby Cat color palette CSS
/* CSS */
.color-1 {
color: #d68a3d;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #f7d47e;
}
.color-4 {
color: #f8c06d;
}
.color-5 {
color: #e88a2c;
}
/* CSS Variables */
:root {
--color-1: #d68a3d;
--color-2: #f1a65b;
--color-3: #f7d47e;
--color-4: #f8c06d;
--color-5: #e88a2c;
} 🌈 Orange Tabby Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d68a3d, #f1a65b, #f7d47e, #f8c06d, #e88a2c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d68a3d, #f1a65b, #f7d47e, #f8c06d, #e88a2c);
} 🔗 Explore similar color palettes
Orange Tabby Cat color palette created on .