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