Modern Blue and Purple Color Palette

Discover the beautiful Modern Blue and Purple color palette featuring havelock blue (#4b91e2), indigo (#5a69ce), chetwode blue (#8986d5), prelude (#d7b3df) and deep blush (#e57b92).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Purple, Modern, Bright, Fun, Elegant, Vibrant, Clear Spring, Light 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 Modern Blue and Purple palette

Share this palette to:

💻 Modern Blue and Purple color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #5a69ce;
}
.color-3 {
color: #8986d5;
}
.color-4 {
color: #d7b3df;
}
.color-5 {
color: #e57b92;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5a69ce;
--color-3: #8986d5;
--color-4: #d7b3df;
--color-5: #e57b92;
}

🌈 Modern Blue and Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5a69ce, #8986d5, #d7b3df, #e57b92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5a69ce, #8986d5, #d7b3df, #e57b92);
}

Modern Blue and Purple color palette created on .