Dreamy Pastels Color Palette
Discover the beautiful Dreamy Pastels color palette featuring amour (#f5e0f1), white (#ffffff), light orchid (#e1a8d8), can can (#d58bc3) and light orchid (#d69ecf).
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 Dreamy Pastels palette
💻 Dreamy Pastels color palette CSS
/* CSS */
.color-1 {
color: #f5e0f1;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #e1a8d8;
}
.color-4 {
color: #d58bc3;
}
.color-5 {
color: #d69ecf;
}
/* CSS Variables */
:root {
--color-1: #f5e0f1;
--color-2: #ffffff;
--color-3: #e1a8d8;
--color-4: #d58bc3;
--color-5: #d69ecf;
} 🌈 Dreamy Pastels background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0f1, #ffffff, #e1a8d8, #d58bc3, #d69ecf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0f1, #ffffff, #e1a8d8, #d58bc3, #d69ecf);
} 🔗 Explore similar color palettes
Dreamy Pastels color palette created on .