Pink Peep Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Peep palette

Share this palette to:

Download Pink Peep Color Palette (PNG)

Download pink peep color palette PNG image (landscape)
Download pink peep color palette PNG image (square)

Pink Peep color palette CSS

/* CSS */
.color-1 {
color: #f7e8cf;
}
.color-2 {
color: #f9c6a4;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d6619a;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #f7e8cf;
--color-2: #f9c6a4;
--color-3: #ff6e61;
--color-4: #d6619a;
--color-5: #6a4c94;
}

Pink Peep background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8cf, #f9c6a4, #ff6e61, #d6619a, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8cf, #f9c6a4, #ff6e61, #d6619a, #6a4c94);
}

Pink Peep color palette created on .