Capitan Gato Color Palette
Discover the beautiful Capitan Gato color palette featuring sandy brown (#f59e5b), raw sienna (#d67d4c), mojo (#c65a39), medium carmine (#a93e2d) and irish coffee (#6d2b27).
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 Capitan Gato palette
💻 Capitan Gato color palette CSS
/* CSS */
.color-1 {
color: #f59e5b;
}
.color-2 {
color: #d67d4c;
}
.color-3 {
color: #c65a39;
}
.color-4 {
color: #a93e2d;
}
.color-5 {
color: #6d2b27;
}
/* CSS Variables */
:root {
--color-1: #f59e5b;
--color-2: #d67d4c;
--color-3: #c65a39;
--color-4: #a93e2d;
--color-5: #6d2b27;
}
🌈 Capitan Gato background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f59e5b, #d67d4c, #c65a39, #a93e2d, #6d2b27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f59e5b, #d67d4c, #c65a39, #a93e2d, #6d2b27);
}
🔗 Explore similar color palettes
Capitan Gato color palette created on .