Swamp Witch Color Palette

Discover the beautiful Swamp Witch color palette featuring everglade (#1c3f2e), como (#4b7c5e), de york (#8cc08c), zanah (#d2e4c9) and linen (#f9f1e1).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withBoho, Bright Spring, Deep, Earthy, Forest, Green, Light, Nature, Soft, Spring 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 Swamp Witch palette

Share this palette to:

💻 Swamp Witch color palette CSS

/* CSS */
.color-1 {
color: #1c3f2e;
}
.color-2 {
color: #4b7c5e;
}
.color-3 {
color: #8cc08c;
}
.color-4 {
color: #d2e4c9;
}
.color-5 {
color: #f9f1e1;
}

/* CSS Variables */
:root {
--color-1: #1c3f2e;
--color-2: #4b7c5e;
--color-3: #8cc08c;
--color-4: #d2e4c9;
--color-5: #f9f1e1;
}

🌈 Swamp Witch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f2e, #4b7c5e, #8cc08c, #d2e4c9, #f9f1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f2e, #4b7c5e, #8cc08c, #d2e4c9, #f9f1e1);
}

Swamp Witch color palette created on .