Gray Pebble Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gray Pebble palette

Share this palette to:

Gray Pebble color palette CSS

/* CSS */
.color-1 {
color: #c5af9b;
}
.color-2 {
color: #b4a493;
}
.color-3 {
color: #a18a7d;
}
.color-4 {
color: #7e6a5d;
}
.color-5 {
color: #4d4a42;
}

/* CSS Variables */
:root {
--color-1: #c5af9b;
--color-2: #b4a493;
--color-3: #a18a7d;
--color-4: #7e6a5d;
--color-5: #4d4a42;
}

Gray Pebble background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5af9b, #b4a493, #a18a7d, #7e6a5d, #4d4a42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5af9b, #b4a493, #a18a7d, #7e6a5d, #4d4a42);
}

Gray Pebble color palette created on .