Pebble Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pebble palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pebble Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.pebble color palettes
Pebble color palette created on .