Beige Pebble Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beige Pebble palette
Beige Pebble color palette CSS
/* CSS */
.color-1 {
color: #c0b2a0;
}
.color-2 {
color: #d8c6b0;
}
.color-3 {
color: #e8d1b0;
}
.color-4 {
color: #f4e4b3;
}
.color-5 {
color: #f7e7a6;
}
/* CSS Variables */
:root {
--color-1: #c0b2a0;
--color-2: #d8c6b0;
--color-3: #e8d1b0;
--color-4: #f4e4b3;
--color-5: #f7e7a6;
}
Beige Pebble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0b2a0, #d8c6b0, #e8d1b0, #f4e4b3, #f7e7a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0b2a0, #d8c6b0, #e8d1b0, #f4e4b3, #f7e7a6);
}
Similar color palettes
Beige Pebble color palette created on .