Islamic Harmony Color Palette

Discover the beautiful Islamic Harmony color palette featuring silver tree (#52aa88), silver tree (#56b181), shadow green (#a3d0c0), surf crest (#d4e6dc) and ecru white (#f7faf4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Light, Nature, Soft, Spring, Summer, Teal, Turquoise 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 Islamic Harmony palette

Share this palette to:

💻 Islamic Harmony color palette CSS

/* CSS */
.color-1 {
color: #52aa88;
}
.color-2 {
color: #56b181;
}
.color-3 {
color: #a3d0c0;
}
.color-4 {
color: #d4e6dc;
}
.color-5 {
color: #f7faf4;
}

/* CSS Variables */
:root {
--color-1: #52aa88;
--color-2: #56b181;
--color-3: #a3d0c0;
--color-4: #d4e6dc;
--color-5: #f7faf4;
}

🌈 Islamic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #52aa88, #56b181, #a3d0c0, #d4e6dc, #f7faf4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #52aa88, #56b181, #a3d0c0, #d4e6dc, #f7faf4);
}

Islamic Harmony color palette created on .