Pebble Color Palette

Discover the beautiful Pebble color palette featuring powder ash (#b6c9c2), delta (#a8a8a3), bone (#e2c6b6), clam shell (#d6b6a8) and almond (#f2dfd4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Coastal, Earthy, Gray, Light, Modern, Nature, Neutral, Soft 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 Pebble palette

Share this palette to:

💻 Pebble color palette CSS

/* CSS */
.color-1 {
color: #b6c9c2;
}
.color-2 {
color: #a8a8a3;
}
.color-3 {
color: #e2c6b6;
}
.color-4 {
color: #d6b6a8;
}
.color-5 {
color: #f2dfd4;
}

/* CSS Variables */
:root {
--color-1: #b6c9c2;
--color-2: #a8a8a3;
--color-3: #e2c6b6;
--color-4: #d6b6a8;
--color-5: #f2dfd4;
}

🌈 Pebble background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c9c2, #a8a8a3, #e2c6b6, #d6b6a8, #f2dfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c9c2, #a8a8a3, #e2c6b6, #d6b6a8, #f2dfd4);
}

Pebble color palette created on .