Pink Whipped Cream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Whipped Cream palette

Share this palette to:

Download Pink Whipped Cream Color Palette (PNG)

Download pink whipped cream color palette PNG image (landscape)
Download pink whipped cream color palette PNG image (square)

Pink Whipped Cream color palette CSS

/* CSS */
.color-1 {
color: #f8d5a0;
}
.color-2 {
color: #f3a78c;
}
.color-3 {
color: #f28c9d;
}
.color-4 {
color: #d58bce;
}
.color-5 {
color: #a89bc5;
}

/* CSS Variables */
:root {
--color-1: #f8d5a0;
--color-2: #f3a78c;
--color-3: #f28c9d;
--color-4: #d58bce;
--color-5: #a89bc5;
}

Pink Whipped Cream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5a0, #f3a78c, #f28c9d, #d58bce, #a89bc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5a0, #f3a78c, #f28c9d, #d58bce, #a89bc5);
}

Pink Whipped Cream color palette created on .