Gray Pebble Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gray Pebble palette
Gray Pebble color palette CSS
/* CSS */
.color-1 {
color: #c9c5b5;
}
.color-2 {
color: #a3b89d;
}
.color-3 {
color: #5b8b80;
}
.color-4 {
color: #3d596c;
}
.color-5 {
color: #2b3e50;
}
/* CSS Variables */
:root {
--color-1: #c9c5b5;
--color-2: #a3b89d;
--color-3: #5b8b80;
--color-4: #3d596c;
--color-5: #2b3e50;
}
Gray Pebble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9c5b5, #a3b89d, #5b8b80, #3d596c, #2b3e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9c5b5, #a3b89d, #5b8b80, #3d596c, #2b3e50);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Gray Pebble color palette created on .