Pebble Color Palette
Discover the beautiful Pebble color palette featuring submarine (#b6c8c6), edward (#a7b4ac), oxley (#799a8d), cutty sark (#5c7a7a) and cutty sark (#4b6363).
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: #b6c8c6;
}
.color-2 {
color: #a7b4ac;
}
.color-3 {
color: #799a8d;
}
.color-4 {
color: #5c7a7a;
}
.color-5 {
color: #4b6363;
}
/* CSS Variables */
:root {
--color-1: #b6c8c6;
--color-2: #a7b4ac;
--color-3: #799a8d;
--color-4: #5c7a7a;
--color-5: #4b6363;
}
🌈 Pebble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8c6, #a7b4ac, #799a8d, #5c7a7a, #4b6363);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8c6, #a7b4ac, #799a8d, #5c7a7a, #4b6363);
}
🔗 Explore similar color palettes
Pebble color palette created on .