Shades of Han Blue Color Palette

Discover the beautiful Shades of Han Blue color palette featuring steel blue (#4b8bc3), danube (#6da4d5), morning glory (#8ec0dc), blizzard blue (#b9e3f3) and lily white (#e5f9ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Summer 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 Shades of Han Blue palette

Share this palette to:

💻 Shades of Han Blue color palette CSS

/* CSS */
.color-1 {
color: #4b8bc3;
}
.color-2 {
color: #6da4d5;
}
.color-3 {
color: #8ec0dc;
}
.color-4 {
color: #b9e3f3;
}
.color-5 {
color: #e5f9ff;
}

/* CSS Variables */
:root {
--color-1: #4b8bc3;
--color-2: #6da4d5;
--color-3: #8ec0dc;
--color-4: #b9e3f3;
--color-5: #e5f9ff;
}

🌈 Shades of Han Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8bc3, #6da4d5, #8ec0dc, #b9e3f3, #e5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8bc3, #6da4d5, #8ec0dc, #b9e3f3, #e5f9ff);
}

Shades of Han Blue color palette created on .