Light Islam Color Palette

Discover the beautiful Light Islam color palette featuring frost (#ecf9e5), granny apple (#d7f5e2), jagged ice (#c2ece8), powder blue (#acdee1) and bermuda (#88d2d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Nature, Pastel, Softteal, 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 Light Islam palette

Share this palette to:

💻 Light Islam color palette CSS

/* CSS */
.color-1 {
color: #ecf9e5;
}
.color-2 {
color: #d7f5e2;
}
.color-3 {
color: #c2ece8;
}
.color-4 {
color: #acdee1;
}
.color-5 {
color: #88d2d9;
}

/* CSS Variables */
:root {
--color-1: #ecf9e5;
--color-2: #d7f5e2;
--color-3: #c2ece8;
--color-4: #acdee1;
--color-5: #88d2d9;
}

🌈 Light Islam background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecf9e5, #d7f5e2, #c2ece8, #acdee1, #88d2d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecf9e5, #d7f5e2, #c2ece8, #acdee1, #88d2d9);
}

Light Islam color palette created on .