Light Blue Pebble Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue Pebble palette
Light Blue Pebble color palette CSS
/* CSS */
.color-1 {
color: #b7c7d1;
}
.color-2 {
color: #a1d6e8;
}
.color-3 {
color: #f6eab6;
}
.color-4 {
color: #f6c598;
}
.color-5 {
color: #d6a466;
}
/* CSS Variables */
:root {
--color-1: #b7c7d1;
--color-2: #a1d6e8;
--color-3: #f6eab6;
--color-4: #f6c598;
--color-5: #d6a466;
}
Light Blue Pebble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c7d1, #a1d6e8, #f6eab6, #f6c598, #d6a466);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c7d1, #a1d6e8, #f6eab6, #f6c598, #d6a466);
}
Similar color palettes
Light Blue Pebble color palette created on .