Spear Green Color Palette

Discover the beautiful Spear Green color palette featuring mineral green (#3c5d4f), viridian green (#608a70), de york (#8dbf8e), granny smith apple (#a1e59f) and zanah (#e4f3e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Green, Nature, Summer 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 Spear Green palette

Share this palette to:

💻 Spear Green color palette CSS

/* CSS */
.color-1 {
color: #3c5d4f;
}
.color-2 {
color: #608a70;
}
.color-3 {
color: #8dbf8e;
}
.color-4 {
color: #a1e59f;
}
.color-5 {
color: #e4f3e2;
}

/* CSS Variables */
:root {
--color-1: #3c5d4f;
--color-2: #608a70;
--color-3: #8dbf8e;
--color-4: #a1e59f;
--color-5: #e4f3e2;
}

🌈 Spear Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5d4f, #608a70, #8dbf8e, #a1e59f, #e4f3e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5d4f, #608a70, #8dbf8e, #a1e59f, #e4f3e2);
}

Spear Green color palette created on .