Green Sport Color Palette
Discover the beautiful Green Sport color palette featuring te papa green (#1f4d3b), spring rain (#a4c6a9), orange (#ff6d1f), energy yellow (#f9d75d) and punch (#da2e2b).
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 Green Sport palette
💻 Green Sport color palette CSS
/* CSS */
.color-1 {
color: #1f4d3b;
}
.color-2 {
color: #a4c6a9;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #f9d75d;
}
.color-5 {
color: #da2e2b;
}
/* CSS Variables */
:root {
--color-1: #1f4d3b;
--color-2: #a4c6a9;
--color-3: #ff6d1f;
--color-4: #f9d75d;
--color-5: #da2e2b;
}
🌈 Green Sport background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4d3b, #a4c6a9, #ff6d1f, #f9d75d, #da2e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4d3b, #a4c6a9, #ff6d1f, #f9d75d, #da2e2b);
}
🔗 Explore similar color palettes
Green Sport color palette created on .