Poisonous Garden Color Palette

Discover the beautiful Poisonous Garden color palette featuring te papa green (#1b4b3d), viridian (#3c906c), moss green (#a9d9a0), tusk (#f4f2c8) and sunset orange (#ff4d4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Light, Nature, Red, Soft, Summer, Vibrant color palettes and combinations.

💡 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 Poisonous Garden palette

Share this palette to:

💻 Poisonous Garden color palette CSS

/* CSS */
.color-1 {
color: #1b4b3d;
}
.color-2 {
color: #3c906c;
}
.color-3 {
color: #a9d9a0;
}
.color-4 {
color: #f4f2c8;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #1b4b3d;
--color-2: #3c906c;
--color-3: #a9d9a0;
--color-4: #f4f2c8;
--color-5: #ff4d4d;
}

🌈 Poisonous Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b4b3d, #3c906c, #a9d9a0, #f4f2c8, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b4b3d, #3c906c, #a9d9a0, #f4f2c8, #ff4d4d);
}

Poisonous Garden color palette created on .