AgriTech Brights Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with AgriTech Brights palette
AgriTech Brights color palette PNG image
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);
}
Similar color palettes
AgriTech Brights color palette created on .