Zen Garden Serenity Color Palette

Discover the beautiful Zen Garden Serenity color palette featuring amulet (#799a7d), smalt blue (#4a7c8c), pickled bluewood (#2e4c56), cold turkey (#c6b3b4) and wheat (#f4e2b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Earthy, Soft, Elegant, Light 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 Zen Garden Serenity palette

Share this palette to:

💻 Zen Garden Serenity color palette CSS

/* CSS */
.color-1 {
color: #799a7d;
}
.color-2 {
color: #4a7c8c;
}
.color-3 {
color: #2e4c56;
}
.color-4 {
color: #c6b3b4;
}
.color-5 {
color: #f4e2b3;
}

/* CSS Variables */
:root {
--color-1: #799a7d;
--color-2: #4a7c8c;
--color-3: #2e4c56;
--color-4: #c6b3b4;
--color-5: #f4e2b3;
}

🌈 Zen Garden Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a7d, #4a7c8c, #2e4c56, #c6b3b4, #f4e2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a7d, #4a7c8c, #2e4c56, #c6b3b4, #f4e2b3);
}

Zen Garden Serenity color palette created on .