Pearl Color Palette

Discover the beautiful Pearl color palette featuring link water (#e7f2f8), powder blue (#b4e0e4), aquamarine blue (#7cd5df), fountain blue (#4cc2c0) and jungle green (#2ba69e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Light, Spring, Teal, Tropical, Vibrant 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 Pearl palette

Share this palette to:

💻 Pearl color palette CSS

/* CSS */
.color-1 {
color: #e7f2f8;
}
.color-2 {
color: #b4e0e4;
}
.color-3 {
color: #7cd5df;
}
.color-4 {
color: #4cc2c0;
}
.color-5 {
color: #2ba69e;
}

/* CSS Variables */
:root {
--color-1: #e7f2f8;
--color-2: #b4e0e4;
--color-3: #7cd5df;
--color-4: #4cc2c0;
--color-5: #2ba69e;
}

🌈 Pearl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7f2f8, #b4e0e4, #7cd5df, #4cc2c0, #2ba69e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7f2f8, #b4e0e4, #7cd5df, #4cc2c0, #2ba69e);
}

Pearl color palette created on .