Conifer Color Palette

Discover the beautiful Conifer color palette featuring green kelp (#2b3b26), nandor (#4b5d4e), camouflage green (#707d68), norway (#a2b79a) and periglacial blue (#d7e3ce).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Forest, Emerald, Sage, Earthy, Neutral, 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 Conifer palette

Share this palette to:

💻 Conifer color palette CSS

/* CSS */
.color-1 {
color: #2b3b26;
}
.color-2 {
color: #4b5d4e;
}
.color-3 {
color: #707d68;
}
.color-4 {
color: #a2b79a;
}
.color-5 {
color: #d7e3ce;
}

/* CSS Variables */
:root {
--color-1: #2b3b26;
--color-2: #4b5d4e;
--color-3: #707d68;
--color-4: #a2b79a;
--color-5: #d7e3ce;
}

🌈 Conifer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3b26, #4b5d4e, #707d68, #a2b79a, #d7e3ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3b26, #4b5d4e, #707d68, #a2b79a, #d7e3ce);
}

Conifer color palette created on .