Magical Blue Fantasy Color Palette

Discover the beautiful Magical Blue Fantasy color palette featuring calypso (#3b7e9b), hippie blue (#689bc0), regent st blue (#9db7e1), careys pink (#d7a3c1) and illusion (#f1a7c8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Pink, Vibrant, Soft 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 Magical Blue Fantasy palette

Share this palette to:

💻 Magical Blue Fantasy color palette CSS

/* CSS */
.color-1 {
color: #3b7e9b;
}
.color-2 {
color: #689bc0;
}
.color-3 {
color: #9db7e1;
}
.color-4 {
color: #d7a3c1;
}
.color-5 {
color: #f1a7c8;
}

/* CSS Variables */
:root {
--color-1: #3b7e9b;
--color-2: #689bc0;
--color-3: #9db7e1;
--color-4: #d7a3c1;
--color-5: #f1a7c8;
}

🌈 Magical Blue Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7e9b, #689bc0, #9db7e1, #d7a3c1, #f1a7c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7e9b, #689bc0, #9db7e1, #d7a3c1, #f1a7c8);
}

Magical Blue Fantasy color palette created on .