Pebble Color Palette
Discover the beautiful Pebble color palette featuring eagle (#b1b1a0), opal (#a5c0b6), pancho (#e9caa5), sandy brown (#f4a462) and meteor (#d96f12).
Brightness
Saturation
Warmth
💡 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
💻 Pebble color palette CSS
/* CSS */
.color-1 {
color: #b1b1a0;
}
.color-2 {
color: #a5c0b6;
}
.color-3 {
color: #e9caa5;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #d96f12;
}
/* CSS Variables */
:root {
--color-1: #b1b1a0;
--color-2: #a5c0b6;
--color-3: #e9caa5;
--color-4: #f4a462;
--color-5: #d96f12;
}
🌈 Pebble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b1a0, #a5c0b6, #e9caa5, #f4a462, #d96f12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b1a0, #a5c0b6, #e9caa5, #f4a462, #d96f12);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Pebble color palette created on .