Pastel Dream Color Palette

Discover the beautiful Pastel Dream color palette featuring pastel pink (#ffd1dc), sundown (#ffb3c1), sweet pink (#ff9ea1), geraldine (#ff808e) and wild watermelon (#ff5c7f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Pastel, Light, Soft, Spring, Bright 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 Pastel Dream palette

Share this palette to:

💻 Pastel Dream color palette CSS

/* CSS */
.color-1 {
color: #ffd1dc;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff9ea1;
}
.color-4 {
color: #ff808e;
}
.color-5 {
color: #ff5c7f;
}

/* CSS Variables */
:root {
--color-1: #ffd1dc;
--color-2: #ffb3c1;
--color-3: #ff9ea1;
--color-4: #ff808e;
--color-5: #ff5c7f;
}

🌈 Pastel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd1dc, #ffb3c1, #ff9ea1, #ff808e, #ff5c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd1dc, #ffb3c1, #ff9ea1, #ff808e, #ff5c7f);
}

Pastel Dream color palette created on .