Dusty Blue Dreams Color Palette
Discover the beautiful Dusty Blue Dreams color palette featuring cadet blue (#a2b4c3), casper (#b6c8d8), geyser (#d2e1e5), maize (#f4d4a4) and tonys pink (#e39c8c).
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 Dusty Blue Dreams palette
💻 Dusty Blue Dreams color palette CSS
/* CSS */
.color-1 {
color: #a2b4c3;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #d2e1e5;
}
.color-4 {
color: #f4d4a4;
}
.color-5 {
color: #e39c8c;
}
/* CSS Variables */
:root {
--color-1: #a2b4c3;
--color-2: #b6c8d8;
--color-3: #d2e1e5;
--color-4: #f4d4a4;
--color-5: #e39c8c;
} 🌈 Dusty Blue Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b4c3, #b6c8d8, #d2e1e5, #f4d4a4, #e39c8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b4c3, #b6c8d8, #d2e1e5, #f4d4a4, #e39c8c);
} 🔗 Explore similar color palettes
Dusty Blue Dreams color palette created on .