Peeble Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peeble Pink palette
Color Inspiration
Images that showcase this color palette in real designs
Download Peeble Pink Color Palette (PNG)
Peeble Pink color palette CSS
/* CSS */
.color-1 {
color: #dac7b9;
}
.color-2 {
color: #f2dfc0;
}
.color-3 {
color: #f7c2a1;
}
.color-4 {
color: #f09f7a;
}
.color-5 {
color: #eb7b5c;
}
/* CSS Variables */
:root {
--color-1: #dac7b9;
--color-2: #f2dfc0;
--color-3: #f7c2a1;
--color-4: #f09f7a;
--color-5: #eb7b5c;
}
Peeble Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac7b9, #f2dfc0, #f7c2a1, #f09f7a, #eb7b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac7b9, #f2dfc0, #f7c2a1, #f09f7a, #eb7b5c);
}
Similar color palettes
Peeble Pink color palette created on .