Cozy Green Color Palette

Discover the beautiful Cozy Green color palette featuring silver tree (#6fbe91), goblin (#3a7e4f), plantation (#2a5a3a), beryl green (#d3e0b8) and rum swizzle (#f5f9e6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Nature 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 Cozy Green palette

Share this palette to:

💻 Cozy Green color palette CSS

/* CSS */
.color-1 {
color: #6fbe91;
}
.color-2 {
color: #3a7e4f;
}
.color-3 {
color: #2a5a3a;
}
.color-4 {
color: #d3e0b8;
}
.color-5 {
color: #f5f9e6;
}

/* CSS Variables */
:root {
--color-1: #6fbe91;
--color-2: #3a7e4f;
--color-3: #2a5a3a;
--color-4: #d3e0b8;
--color-5: #f5f9e6;
}

🌈 Cozy Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fbe91, #3a7e4f, #2a5a3a, #d3e0b8, #f5f9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fbe91, #3a7e4f, #2a5a3a, #d3e0b8, #f5f9e6);
}

Cozy Green color palette created on .