Pastel Dream Color Palette

Discover the beautiful Pastel Dream color palette featuring bittersweet (#ff6b6b), mona lisa (#ff9e9e), your pink (#ffcccc), pippin (#ffe5e5) and chablis (#fff0f0).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pastel Dream color palette CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ff9e9e;
}
.color-3 {
color: #ffcccc;
}
.color-4 {
color: #ffe5e5;
}
.color-5 {
color: #fff0f0;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ff9e9e;
--color-3: #ffcccc;
--color-4: #ffe5e5;
--color-5: #fff0f0;
}

🌈 Pastel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ff9e9e, #ffcccc, #ffe5e5, #fff0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ff9e9e, #ffcccc, #ffe5e5, #fff0f0);
}

Pastel Dream color palette created on .