Winter Swamp Fairy Color Palette

Discover the beautiful Winter Swamp Fairy color palette featuring gable green (#1a3a3d), cutty sark (#4c7b7b), neptune (#6eb1b4), chinook (#a5e3c2) and frostee (#e4f6e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Evil, Fairy, Winter, Swamp, Teal, Green, Bright, Magical, Psychedelic 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 Winter Swamp Fairy palette

Share this palette to:

💻 Winter Swamp Fairy color palette CSS

/* CSS */
.color-1 {
color: #1a3a3d;
}
.color-2 {
color: #4c7b7b;
}
.color-3 {
color: #6eb1b4;
}
.color-4 {
color: #a5e3c2;
}
.color-5 {
color: #e4f6e8;
}

/* CSS Variables */
:root {
--color-1: #1a3a3d;
--color-2: #4c7b7b;
--color-3: #6eb1b4;
--color-4: #a5e3c2;
--color-5: #e4f6e8;
}

🌈 Winter Swamp Fairy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3a3d, #4c7b7b, #6eb1b4, #a5e3c2, #e4f6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3a3d, #4c7b7b, #6eb1b4, #a5e3c2, #e4f6e8);
}

Winter Swamp Fairy color palette created on .