Pebble Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pebble Beach palette
Pebble Beach color palette PNG image
Pebble Beach color palette CSS
/* CSS */
.color-1 {
color: #b6c9b8;
}
.color-2 {
color: #a4b9a2;
}
.color-3 {
color: #8a998c;
}
.color-4 {
color: #6e7a6c;
}
.color-5 {
color: #4d5b5a;
}
/* CSS Variables */
:root {
--color-1: #b6c9b8;
--color-2: #a4b9a2;
--color-3: #8a998c;
--color-4: #6e7a6c;
--color-5: #4d5b5a;
}
Pebble Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c9b8, #a4b9a2, #8a998c, #6e7a6c, #4d5b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c9b8, #a4b9a2, #8a998c, #6e7a6c, #4d5b5a);
}
Similar color palettes
Scroll down to explore 1000+ colors.grey color palettes
Pebble Beach color palette created on .