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