Pebble Mosaic Color Palette
Discover the beautiful Pebble Mosaic color palette featuring rodeo dust (#cab6a0), hillary (#b2a48a), pale oyster (#988b7c), russett (#7c5b5a) and matterhorn (#4b3c3a).
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 Mosaic palette
💻 Pebble Mosaic color palette CSS
/* CSS */
.color-1 {
color: #cab6a0;
}
.color-2 {
color: #b2a48a;
}
.color-3 {
color: #988b7c;
}
.color-4 {
color: #7c5b5a;
}
.color-5 {
color: #4b3c3a;
}
/* CSS Variables */
:root {
--color-1: #cab6a0;
--color-2: #b2a48a;
--color-3: #988b7c;
--color-4: #7c5b5a;
--color-5: #4b3c3a;
} 🌈 Pebble Mosaic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cab6a0, #b2a48a, #988b7c, #7c5b5a, #4b3c3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cab6a0, #b2a48a, #988b7c, #7c5b5a, #4b3c3a);
} 🔗 Explore similar color palettes
Pebble Mosaic color palette created on .