Whimsical Pastel Dreams Color Palette
Discover the beautiful Whimsical Pastel Dreams color palette featuring cupid (#f9b4d2), aqua island (#a8e1d4), cream brulee (#ffe2a3), moon raker (#e1c5f2) and cornflower lilac (#ffadad).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Whimsical Pastel Dreams palette
💻 Whimsical Pastel Dreams color palette CSS
/* CSS */
.color-1 {
color: #f9b4d2;
}
.color-2 {
color: #a8e1d4;
}
.color-3 {
color: #ffe2a3;
}
.color-4 {
color: #e1c5f2;
}
.color-5 {
color: #ffadad;
}
/* CSS Variables */
:root {
--color-1: #f9b4d2;
--color-2: #a8e1d4;
--color-3: #ffe2a3;
--color-4: #e1c5f2;
--color-5: #ffadad;
} 🌈 Whimsical Pastel Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4d2, #a8e1d4, #ffe2a3, #e1c5f2, #ffadad);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4d2, #a8e1d4, #ffe2a3, #e1c5f2, #ffadad);
} Whimsical Pastel Dreams color palette created on .