Neutral Pebble Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neutral Pebble palette
Neutral Pebble color palette CSS
/* CSS */
.color-1 {
color: #c3b1a7;
}
.color-2 {
color: #a9a09e;
}
.color-3 {
color: #d3cec0;
}
.color-4 {
color: #f1e7df;
}
.color-5 {
color: #b0a5a0;
}
/* CSS Variables */
:root {
--color-1: #c3b1a7;
--color-2: #a9a09e;
--color-3: #d3cec0;
--color-4: #f1e7df;
--color-5: #b0a5a0;
}
Neutral Pebble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b1a7, #a9a09e, #d3cec0, #f1e7df, #b0a5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b1a7, #a9a09e, #d3cec0, #f1e7df, #b0a5a0);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Neutral Pebble color palette created on .