Aurora Borealis Color Palette

Discover the beautiful Aurora Borealis color palette featuring jelly bean (#246594), jelly bean (#2a8aa2), keppel (#34b7a8), turmeric (#c2b742) and hibiscus (#ad2e6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Turquoise, Yellow, Green, Burgundy, Modern, Vibrant, Earthy, 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 Aurora Borealis palette

Share this palette to:

💻 Aurora Borealis color palette CSS

/* CSS */
.color-1 {
color: #246594;
}
.color-2 {
color: #2a8aa2;
}
.color-3 {
color: #34b7a8;
}
.color-4 {
color: #c2b742;
}
.color-5 {
color: #ad2e6c;
}

/* CSS Variables */
:root {
--color-1: #246594;
--color-2: #2a8aa2;
--color-3: #34b7a8;
--color-4: #c2b742;
--color-5: #ad2e6c;
}

🌈 Aurora Borealis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #246594, #2a8aa2, #34b7a8, #c2b742, #ad2e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #246594, #2a8aa2, #34b7a8, #c2b742, #ad2e6c);
}

Aurora Borealis color palette created on .