Desaturated Blue Color Palette

Discover the beautiful Desaturated Blue color palette featuring chambray (#3b4a8c), bismark (#4a6e8c), smalt blue (#4a8c8c), bali hai (#8da3b4) and casper (#b3c7d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cool, Modern, Muted, Gray 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 Desaturated Blue palette

Share this palette to:

💻 Desaturated Blue color palette CSS

/* CSS */
.color-1 {
color: #3b4a8c;
}
.color-2 {
color: #4a6e8c;
}
.color-3 {
color: #4a8c8c;
}
.color-4 {
color: #8da3b4;
}
.color-5 {
color: #b3c7d5;
}

/* CSS Variables */
:root {
--color-1: #3b4a8c;
--color-2: #4a6e8c;
--color-3: #4a8c8c;
--color-4: #8da3b4;
--color-5: #b3c7d5;
}

🌈 Desaturated Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4a8c, #4a6e8c, #4a8c8c, #8da3b4, #b3c7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4a8c, #4a6e8c, #4a8c8c, #8da3b4, #b3c7d5);
}

Desaturated Blue color palette created on .