Shades of Blue Color Palette

Discover the beautiful Shades of Blue color palette featuring gigas (#4a3c8b), ship cove (#6d9dba), morning glory (#a9e5db), mandys pink (#f0c6a3) and froly (#f6807e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Tropical, 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 Blue palette

Share this palette to:

💻 Shades of Blue color palette CSS

/* CSS */
.color-1 {
color: #4a3c8b;
}
.color-2 {
color: #6d9dba;
}
.color-3 {
color: #a9e5db;
}
.color-4 {
color: #f0c6a3;
}
.color-5 {
color: #f6807e;
}

/* CSS Variables */
:root {
--color-1: #4a3c8b;
--color-2: #6d9dba;
--color-3: #a9e5db;
--color-4: #f0c6a3;
--color-5: #f6807e;
}

🌈 Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c8b, #6d9dba, #a9e5db, #f0c6a3, #f6807e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c8b, #6d9dba, #a9e5db, #f0c6a3, #f6807e);
}

Shades of Blue color palette created on .