Whimsical Pastel Dream Color Palette
Discover the beautiful Whimsical Pastel Dream color palette featuring blossom (#d6a4c4), cupid (#f9b9d4), pastel pink (#ffd6e1), astra (#f9e9b3) and jagged ice (#b7e1d9).
Brightness
Saturation
Warmth
Refine
💡 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 Whimsical Pastel Dream palette
💻 Whimsical Pastel Dream color palette CSS
/* CSS */
.color-1 {
color: #d6a4c4;
}
.color-2 {
color: #f9b9d4;
}
.color-3 {
color: #ffd6e1;
}
.color-4 {
color: #f9e9b3;
}
.color-5 {
color: #b7e1d9;
}
/* CSS Variables */
:root {
--color-1: #d6a4c4;
--color-2: #f9b9d4;
--color-3: #ffd6e1;
--color-4: #f9e9b3;
--color-5: #b7e1d9;
} 🌈 Whimsical Pastel Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a4c4, #f9b9d4, #ffd6e1, #f9e9b3, #b7e1d9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a4c4, #f9b9d4, #ffd6e1, #f9e9b3, #b7e1d9);
} 🔗 Explore similar color palettes
Whimsical Pastel Dream color palette created on .