Pebble Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pebble palette
Pebble color palette PNG image
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);
}
Similar color palettes
Pebble color palette created on .