Hemlock Bliss Color Palette

Discover the beautiful Hemlock Bliss color palette featuring amazon (#3c8b5d), aqua forest (#6bae75), moss green (#a5d8a2), gossip (#d6f9c3) and frost (#f0f9e7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Forest, Green, Light, Nature, Soft, Summer, Zen 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 Hemlock Bliss palette

Share this palette to:

💻 Hemlock Bliss color palette CSS

/* CSS */
.color-1 {
color: #3c8b5d;
}
.color-2 {
color: #6bae75;
}
.color-3 {
color: #a5d8a2;
}
.color-4 {
color: #d6f9c3;
}
.color-5 {
color: #f0f9e7;
}

/* CSS Variables */
:root {
--color-1: #3c8b5d;
--color-2: #6bae75;
--color-3: #a5d8a2;
--color-4: #d6f9c3;
--color-5: #f0f9e7;
}

🌈 Hemlock Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c8b5d, #6bae75, #a5d8a2, #d6f9c3, #f0f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c8b5d, #6bae75, #a5d8a2, #d6f9c3, #f0f9e7);
}

Hemlock Bliss color palette created on .