Pebble Color Palette
Discover the beautiful Pebble color palette featuring bronco (#b1a49a), soft amber (#d0c8b3), bone (#e5d8c3), parchment (#f0e6d5) and quarter spanish white (#f8f0e2).
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: #b1a49a;
}
.color-2 {
color: #d0c8b3;
}
.color-3 {
color: #e5d8c3;
}
.color-4 {
color: #f0e6d5;
}
.color-5 {
color: #f8f0e2;
}
/* CSS Variables */
:root {
--color-1: #b1a49a;
--color-2: #d0c8b3;
--color-3: #e5d8c3;
--color-4: #f0e6d5;
--color-5: #f8f0e2;
} 🌈 Pebble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1a49a, #d0c8b3, #e5d8c3, #f0e6d5, #f8f0e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1a49a, #d0c8b3, #e5d8c3, #f0e6d5, #f8f0e2);
} 🔗 Explore similar color palettes
Pebble color palette created on .