Worm Color Palette

Discover the beautiful Worm color palette featuring yuma (#c6be8b), sage (#9ca77b), camouflage green (#788970), como (#54836c) and faded jade (#417668).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Green, Gray, Earthy, Nature, Soft, Spring, Muted, Warm 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 Worm palette

Share this palette to:

💻 Worm color palette CSS

/* CSS */
.color-1 {
color: #c6be8b;
}
.color-2 {
color: #9ca77b;
}
.color-3 {
color: #788970;
}
.color-4 {
color: #54836c;
}
.color-5 {
color: #417668;
}

/* CSS Variables */
:root {
--color-1: #c6be8b;
--color-2: #9ca77b;
--color-3: #788970;
--color-4: #54836c;
--color-5: #417668;
}

🌈 Worm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6be8b, #9ca77b, #788970, #54836c, #417668);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6be8b, #9ca77b, #788970, #54836c, #417668);
}

Worm color palette created on .