Pinky Pie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pinky Pie palette

Share this palette to:

Pinky Pie color palette CSS

/* CSS */
.color-1 {
color: #ff809b;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff9e9e;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffcdcc;
}

/* CSS Variables */
:root {
--color-1: #ff809b;
--color-2: #ffb3c1;
--color-3: #ff9e9e;
--color-4: #ff6e61;
--color-5: #ffcdcc;
}

Pinky Pie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff809b, #ffb3c1, #ff9e9e, #ff6e61, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff809b, #ffb3c1, #ff9e9e, #ff6e61, #ffcdcc);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Pinky Pie color palette created on .