Pebble Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pebble Serenity palette
Pebble Serenity color palette CSS
/* CSS */
.color-1 {
color: #c7baa9;
}
.color-2 {
color: #a19b8c;
}
.color-3 {
color: #8c7a6e;
}
.color-4 {
color: #d7bead;
}
.color-5 {
color: #e5d0c8;
}
/* CSS Variables */
:root {
--color-1: #c7baa9;
--color-2: #a19b8c;
--color-3: #8c7a6e;
--color-4: #d7bead;
--color-5: #e5d0c8;
}
Pebble Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7baa9, #a19b8c, #8c7a6e, #d7bead, #e5d0c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7baa9, #a19b8c, #8c7a6e, #d7bead, #e5d0c8);
}
Similar color palettes
Scroll down to explore 30+ Beach color palettes
Pebble Serenity color palette created on .