Pastel Dream Color Palette
Discover the beautiful Pastel Dream color palette featuring we peep (#f5d4e8), champagne (#fadcd4), illusion (#f7abc4), twilight (#e0cad4) and deluge (#7375ae).
Brightness
Saturation
Warmth
💡 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
💻 Pastel Dream color palette CSS
/* CSS */
.color-1 {
color: #f5d4e8;
}
.color-2 {
color: #fadcd4;
}
.color-3 {
color: #f7abc4;
}
.color-4 {
color: #e0cad4;
}
.color-5 {
color: #7375ae;
}
/* CSS Variables */
:root {
--color-1: #f5d4e8;
--color-2: #fadcd4;
--color-3: #f7abc4;
--color-4: #e0cad4;
--color-5: #7375ae;
} 🌈 Pastel Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d4e8, #fadcd4, #f7abc4, #e0cad4, #7375ae);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d4e8, #fadcd4, #f7abc4, #e0cad4, #7375ae);
} 🔗 Explore similar color palettes
Pastel Dream color palette created on .