Dreamy Blue Color Palette
Discover the beautiful Dreamy Blue color palette featuring prelude (#d4c4e3), spindle (#a4b7e5), danube (#6da7d9), steel blue (#4f8cba) and calypso (#2e5f8a).
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 Blue palette
💻 Dreamy Blue color palette CSS
/* CSS */
.color-1 {
color: #d4c4e3;
}
.color-2 {
color: #a4b7e5;
}
.color-3 {
color: #6da7d9;
}
.color-4 {
color: #4f8cba;
}
.color-5 {
color: #2e5f8a;
}
/* CSS Variables */
:root {
--color-1: #d4c4e3;
--color-2: #a4b7e5;
--color-3: #6da7d9;
--color-4: #4f8cba;
--color-5: #2e5f8a;
} 🌈 Dreamy Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c4e3, #a4b7e5, #6da7d9, #4f8cba, #2e5f8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c4e3, #a4b7e5, #6da7d9, #4f8cba, #2e5f8a);
} 🔗 Explore similar color palettes
Dreamy Blue color palette created on .