Pearl Glow Color Palette

Discover the beautiful Pearl Glow color palette featuring concrete (#f2f2f2), swirl (#d4d0c9), malta (#b7a89a), melanie (#e7cad3) and mandys pink (#f1b1ba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Light, Modern, Neutral, Pink, Soft, White 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 Glow palette

Share this palette to:

💻 Pearl Glow color palette CSS

/* CSS */
.color-1 {
color: #f2f2f2;
}
.color-2 {
color: #d4d0c9;
}
.color-3 {
color: #b7a89a;
}
.color-4 {
color: #e7cad3;
}
.color-5 {
color: #f1b1ba;
}

/* CSS Variables */
:root {
--color-1: #f2f2f2;
--color-2: #d4d0c9;
--color-3: #b7a89a;
--color-4: #e7cad3;
--color-5: #f1b1ba;
}

🌈 Pearl Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f2f2, #d4d0c9, #b7a89a, #e7cad3, #f1b1ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f2f2, #d4d0c9, #b7a89a, #e7cad3, #f1b1ba);
}

Pearl Glow color palette created on .