Pestilent Garden Color Palette
Discover the beautiful Pestilent Garden color palette featuring turbo (#f5e400), rio grande (#a4d600), emerald (#40bf80), cerulean (#0096d6) and international orange (#ff5100).
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 Pestilent Garden palette
💻 Pestilent Garden color palette CSS
/* CSS */
.color-1 {
color: #f5e400;
}
.color-2 {
color: #a4d600;
}
.color-3 {
color: #40bf80;
}
.color-4 {
color: #0096d6;
}
.color-5 {
color: #ff5100;
}
/* CSS Variables */
:root {
--color-1: #f5e400;
--color-2: #a4d600;
--color-3: #40bf80;
--color-4: #0096d6;
--color-5: #ff5100;
}
🌈 Pestilent Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e400, #a4d600, #40bf80, #0096d6, #ff5100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e400, #a4d600, #40bf80, #0096d6, #ff5100);
}
🔗 Explore similar color palettes
Pestilent Garden color palette created on .