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 CSS

/* CSS */
.color-1 {
color: #f1a7b9;
}
.color-2 {
color: #e8bfd2;
}
.color-3 {
color: #c5a7d2;
}
.color-4 {
color: #d5c5e2;
}
.color-5 {
color: #e8d2c9;
}

/* CSS Variables */
:root {
--color-1: #f1a7b9;
--color-2: #e8bfd2;
--color-3: #c5a7d2;
--color-4: #d5c5e2;
--color-5: #e8d2c9;
}

Pink Cream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b9, #e8bfd2, #c5a7d2, #d5c5e2, #e8d2c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b9, #e8bfd2, #c5a7d2, #d5c5e2, #e8d2c9);
}

Pink Cream color palette created on .