Blue Lightning Color Palette

Discover the beautiful Blue Lightning color palette featuring wild blue yonder (#7891b5), periwinkle gray (#b5c8e3), double colonial white (#f0e6b2), sandy brown (#f2b05f) and cinnabar (#e54a2e).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Lightning color palette CSS

/* CSS */
.color-1 {
color: #7891b5;
}
.color-2 {
color: #b5c8e3;
}
.color-3 {
color: #f0e6b2;
}
.color-4 {
color: #f2b05f;
}
.color-5 {
color: #e54a2e;
}

/* CSS Variables */
:root {
--color-1: #7891b5;
--color-2: #b5c8e3;
--color-3: #f0e6b2;
--color-4: #f2b05f;
--color-5: #e54a2e;
}

🌈 Blue Lightning background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7891b5, #b5c8e3, #f0e6b2, #f2b05f, #e54a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7891b5, #b5c8e3, #f0e6b2, #f2b05f, #e54a2e);
}

Blue Lightning color palette created on .