Pearl Color Palette

Discover the beautiful Pearl color palette featuring bone (#e9d1c8), parchment (#f2e6d4), merino (#f6efe4), off green (#e7f8f2) and powder blue (#b5e4e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Beach, Aesthetic, Light, Neutral, Pastel, Cream, Teal, White, 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 Pearl palette

Share this palette to:

💻 Pearl color palette CSS

/* CSS */
.color-1 {
color: #e9d1c8;
}
.color-2 {
color: #f2e6d4;
}
.color-3 {
color: #f6efe4;
}
.color-4 {
color: #e7f8f2;
}
.color-5 {
color: #b5e4e8;
}

/* CSS Variables */
:root {
--color-1: #e9d1c8;
--color-2: #f2e6d4;
--color-3: #f6efe4;
--color-4: #e7f8f2;
--color-5: #b5e4e8;
}

🌈 Pearl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d1c8, #f2e6d4, #f6efe4, #e7f8f2, #b5e4e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d1c8, #f2e6d4, #f6efe4, #e7f8f2, #b5e4e8);
}

Pearl color palette created on .