Sequoia Colors Color Palette

Discover the beautiful Sequoia Colors color palette featuring olive drab (#6b8f24), vida loca (#4f801e), dell (#3b6a15), green house (#294a0d) and turtle green (#1f3c0b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Earthy, Nature, Forest, Vibrant, Summer, Wood, Deep, Bright 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 Sequoia Colors palette

Share this palette to:

💻 Sequoia Colors color palette CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #4f801e;
}
.color-3 {
color: #3b6a15;
}
.color-4 {
color: #294a0d;
}
.color-5 {
color: #1f3c0b;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #4f801e;
--color-3: #3b6a15;
--color-4: #294a0d;
--color-5: #1f3c0b;
}

🌈 Sequoia Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #4f801e, #3b6a15, #294a0d, #1f3c0b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #4f801e, #3b6a15, #294a0d, #1f3c0b);
}

Sequoia Colors color palette created on .