Pastel Dream Color Palette

Discover the beautiful Pastel Dream color palette featuring we peep (#f1c6d8), wheat (#f5e1b2), moss green (#c3e0b2), morning glory (#a3d8e1) and wewak (#f5a8a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cream, Fun, Green, Light, Pastel, Pink, Soft, Spring, Vibrant 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: #f1c6d8;
}
.color-2 {
color: #f5e1b2;
}
.color-3 {
color: #c3e0b2;
}
.color-4 {
color: #a3d8e1;
}
.color-5 {
color: #f5a8a3;
}

/* CSS Variables */
:root {
--color-1: #f1c6d8;
--color-2: #f5e1b2;
--color-3: #c3e0b2;
--color-4: #a3d8e1;
--color-5: #f5a8a3;
}

🌈 Pastel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d8, #f5e1b2, #c3e0b2, #a3d8e1, #f5a8a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d8, #f5e1b2, #c3e0b2, #a3d8e1, #f5a8a3);
}

Pastel Dream color palette created on .