AgriTech Brights Color Palette
Discover the beautiful AgriTech Brights color palette featuring casablanca (#f7c94b), steel blue (#407f9c), pumpkin (#ff6a14), pickled bluewood (#2e3f52) and casper (#a6c6d3).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, High Contrast, Modern, Orange, Teal, Yellow color palettes and combinations.
💡 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 AgriTech Brights palette
💻 AgriTech Brights color palette CSS
/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #407f9c;
}
.color-3 {
color: #ff6a14;
}
.color-4 {
color: #2e3f52;
}
.color-5 {
color: #a6c6d3;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #407f9c;
--color-3: #ff6a14;
--color-4: #2e3f52;
--color-5: #a6c6d3;
} 🌈 AgriTech Brights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #407f9c, #ff6a14, #2e3f52, #a6c6d3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #407f9c, #ff6a14, #2e3f52, #a6c6d3);
} 🔗 Explore similar color palettes
AgriTech Brights color palette created on .