Pink Cream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cream palette

Share this palette to:

Pink Cream color palette PNG image

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

Pink Cream color palette CSS

/* CSS */
.color-1 {
color: #f8e2d3;
}
.color-2 {
color: #f4b8c4;
}
.color-3 {
color: #e5a4b1;
}
.color-4 {
color: #b47499;
}
.color-5 {
color: #704d7a;
}

/* CSS Variables */
:root {
--color-1: #f8e2d3;
--color-2: #f4b8c4;
--color-3: #e5a4b1;
--color-4: #b47499;
--color-5: #704d7a;
}

Pink Cream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2d3, #f4b8c4, #e5a4b1, #b47499, #704d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2d3, #f4b8c4, #e5a4b1, #b47499, #704d7a);
}

Pink Cream color palette created on .