Pink Cream Color Palette

Discover the beautiful Pink Cream color palette featuring linen (#f8e2d3), azalea (#f4b8c4), shilo (#e5a4b1), bouquet (#b47499) and affair (#704d7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Cream, Pink, Bright, Summer color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Pink Cream palette

Share this palette to:

💻 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 .