Dreamy Pastel Reverie Color Palette
Discover the beautiful Dreamy Pastel Reverie color palette featuring illusion (#f4a4d7), pink (#ffb3c7), navajo white (#ffd9a3), morning glory (#a1e3d8) and seagull (#70b7e6).
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 Dreamy Pastel Reverie palette
💻 Dreamy Pastel Reverie color palette CSS
/* CSS */
.color-1 {
color: #f4a4d7;
}
.color-2 {
color: #ffb3c7;
}
.color-3 {
color: #ffd9a3;
}
.color-4 {
color: #a1e3d8;
}
.color-5 {
color: #70b7e6;
}
/* CSS Variables */
:root {
--color-1: #f4a4d7;
--color-2: #ffb3c7;
--color-3: #ffd9a3;
--color-4: #a1e3d8;
--color-5: #70b7e6;
} 🌈 Dreamy Pastel Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4d7, #ffb3c7, #ffd9a3, #a1e3d8, #70b7e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4d7, #ffb3c7, #ffd9a3, #a1e3d8, #70b7e6);
} 🔗 Explore similar color palettes
Dreamy Pastel Reverie color palette created on .