Aurora Grey Color Palette

Discover the beautiful Aurora Grey color palette featuring submarine (#b2c3c7), hit gray (#a6b0b5), regent gray (#8d9ba0), sirocco (#6e7a7c) and abbey (#4a5354).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Modern, Neutral, Aesthetic, Minimalist, Earthy, Cool, Blue, Light 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 Grey palette

Share this palette to:

💻 Aurora Grey color palette CSS

/* CSS */
.color-1 {
color: #b2c3c7;
}
.color-2 {
color: #a6b0b5;
}
.color-3 {
color: #8d9ba0;
}
.color-4 {
color: #6e7a7c;
}
.color-5 {
color: #4a5354;
}

/* CSS Variables */
:root {
--color-1: #b2c3c7;
--color-2: #a6b0b5;
--color-3: #8d9ba0;
--color-4: #6e7a7c;
--color-5: #4a5354;
}

🌈 Aurora Grey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c3c7, #a6b0b5, #8d9ba0, #6e7a7c, #4a5354);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c3c7, #a6b0b5, #8d9ba0, #6e7a7c, #4a5354);
}

Aurora Grey color palette created on .