Pebble Beach Color Palette

Discover the beautiful Pebble Beach color palette featuring powder ash (#b6c9b8), norway (#a4b9a2), mantle (#8a998c), willow grove (#6e7a6c) and nandor (#4d5b5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Soft, Nature, Earthy, Sage, Stone 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 Beach palette

Share this palette to:

💻 Pebble Beach color palette CSS

/* CSS */
.color-1 {
color: #b6c9b8;
}
.color-2 {
color: #a4b9a2;
}
.color-3 {
color: #8a998c;
}
.color-4 {
color: #6e7a6c;
}
.color-5 {
color: #4d5b5a;
}

/* CSS Variables */
:root {
--color-1: #b6c9b8;
--color-2: #a4b9a2;
--color-3: #8a998c;
--color-4: #6e7a6c;
--color-5: #4d5b5a;
}

🌈 Pebble Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c9b8, #a4b9a2, #8a998c, #6e7a6c, #4d5b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c9b8, #a4b9a2, #8a998c, #6e7a6c, #4d5b5a);
}

Pebble Beach color palette created on .