Pebble Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pebble Blue palette

Share this palette to:

Pebble Blue color palette CSS

/* CSS */
.color-1 {
color: #b7c9b5;
}
.color-2 {
color: #a5c4d4;
}
.color-3 {
color: #f6d6b1;
}
.color-4 {
color: #f3a658;
}
.color-5 {
color: #d66b3d;
}

/* CSS Variables */
:root {
--color-1: #b7c9b5;
--color-2: #a5c4d4;
--color-3: #f6d6b1;
--color-4: #f3a658;
--color-5: #d66b3d;
}

Pebble Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c9b5, #a5c4d4, #f6d6b1, #f3a658, #d66b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c9b5, #a5c4d4, #f6d6b1, #f3a658, #d66b3d);
}

Pebble Blue color palette created on .