Pickleball Color Palette
Discover the beautiful Pickleball color palette featuring atlantis (#a5c639), apple (#5d8b37), feijoa (#a3d78e), sahara sand (#f2e18c) and energy yellow (#f7d850).
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 Pickleball palette
💻 Pickleball color palette CSS
/* CSS */
.color-1 {
color: #a5c639;
}
.color-2 {
color: #5d8b37;
}
.color-3 {
color: #a3d78e;
}
.color-4 {
color: #f2e18c;
}
.color-5 {
color: #f7d850;
}
/* CSS Variables */
:root {
--color-1: #a5c639;
--color-2: #5d8b37;
--color-3: #a3d78e;
--color-4: #f2e18c;
--color-5: #f7d850;
} 🌈 Pickleball background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c639, #5d8b37, #a3d78e, #f2e18c, #f7d850);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c639, #5d8b37, #a3d78e, #f2e18c, #f7d850);
} 🔗 Explore similar color palettes
Pickleball color palette created on .