Pickles Color Palette
Discover the beautiful Pickles color palette featuring cactus (#596d51), cutty sark (#5a807e), bitter (#868883), falcon (#85697a) and eggplant (#6b444f).
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 Pickles palette
💻 Pickles color palette CSS
/* CSS */
.color-1 {
color: #596d51;
}
.color-2 {
color: #5a807e;
}
.color-3 {
color: #868883;
}
.color-4 {
color: #85697a;
}
.color-5 {
color: #6b444f;
}
/* CSS Variables */
:root {
--color-1: #596d51;
--color-2: #5a807e;
--color-3: #868883;
--color-4: #85697a;
--color-5: #6b444f;
} 🌈 Pickles background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #596d51, #5a807e, #868883, #85697a, #6b444f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #596d51, #5a807e, #868883, #85697a, #6b444f);
} 🔗 Explore similar color palettes
Pickles color palette created on .