Islamic Harmony Color Palette

Discover the beautiful Islamic Harmony color palette featuring silver tree (#51a987), silver tree (#57b282), shadow green (#a4d0c1), surf crest (#d5e6dd) and saltpan (#f7faf5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Teal, Turquoise, Light, Soft, Earthy, Nature, Spring, Summer 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: #51a987;
}
.color-2 {
color: #57b282;
}
.color-3 {
color: #a4d0c1;
}
.color-4 {
color: #d5e6dd;
}
.color-5 {
color: #f7faf5;
}

/* CSS Variables */
:root {
--color-1: #51a987;
--color-2: #57b282;
--color-3: #a4d0c1;
--color-4: #d5e6dd;
--color-5: #f7faf5;
}

🌈 Islamic Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #51a987, #57b282, #a4d0c1, #d5e6dd, #f7faf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #51a987, #57b282, #a4d0c1, #d5e6dd, #f7faf5);
}

Islamic Harmony color palette created on .