Desaturated Blue Color Palette
Discover the beautiful Desaturated Blue color palette featuring aluminium (#a6a8b0), casper (#b6c8d8), geyser (#d6e1e6), cashmere (#e8c3a1) and burning sand (#d89a79).
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 Desaturated Blue palette
💻 Desaturated Blue color palette CSS
/* CSS */
.color-1 {
color: #a6a8b0;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #d6e1e6;
}
.color-4 {
color: #e8c3a1;
}
.color-5 {
color: #d89a79;
}
/* CSS Variables */
:root {
--color-1: #a6a8b0;
--color-2: #b6c8d8;
--color-3: #d6e1e6;
--color-4: #e8c3a1;
--color-5: #d89a79;
}
🌈 Desaturated Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a8b0, #b6c8d8, #d6e1e6, #e8c3a1, #d89a79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a8b0, #b6c8d8, #d6e1e6, #e8c3a1, #d89a79);
}
🔗 Explore similar color palettes
Desaturated Blue color palette created on .