Venom Color Palette

Discover the beautiful Venom color palette featuring te papa green (#1d3933), cutty sark (#4e7d7e), acapulco (#6eafa1), sinbad (#9fd6c9) and willow brook (#e7f1e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Dark, Forest, Fun, Green, Modern, Summer, Teal, 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 Venom palette

Share this palette to:

💻 Venom color palette CSS

/* CSS */
.color-1 {
color: #1d3933;
}
.color-2 {
color: #4e7d7e;
}
.color-3 {
color: #6eafa1;
}
.color-4 {
color: #9fd6c9;
}
.color-5 {
color: #e7f1e5;
}

/* CSS Variables */
:root {
--color-1: #1d3933;
--color-2: #4e7d7e;
--color-3: #6eafa1;
--color-4: #9fd6c9;
--color-5: #e7f1e5;
}

🌈 Venom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3933, #4e7d7e, #6eafa1, #9fd6c9, #e7f1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3933, #4e7d7e, #6eafa1, #9fd6c9, #e7f1e5);
}

Venom color palette created on .