Blue Dream Color Palette

Discover the beautiful Blue Dream color palette featuring jacksons purple (#1a1e99), regent st blue (#9fc7e0), white (#ffffff), white ice (#e0f7fa) and azure radiance (#007bff).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Dream color palette CSS

/* CSS */
.color-1 {
color: #1a1e99;
}
.color-2 {
color: #9fc7e0;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #e0f7fa;
}
.color-5 {
color: #007bff;
}

/* CSS Variables */
:root {
--color-1: #1a1e99;
--color-2: #9fc7e0;
--color-3: #ffffff;
--color-4: #e0f7fa;
--color-5: #007bff;
}

🌈 Blue Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e99, #9fc7e0, #ffffff, #e0f7fa, #007bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e99, #9fc7e0, #ffffff, #e0f7fa, #007bff);
}

Blue Dream color palette created on .