Discover the beautiful Celestial Autumn Glow color palette featuring martinique (#2b2e50), comet (#5e5b8b), leather (#9b7a59), ronchi (#f1c84b) and valencia (#d84d3b).

Celestial Autumn Glow Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Celestial Autumn Glow palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Celestial Autumn Glow palette

Share this palette to:

💻 Celestial Autumn Glow color palette CSS

/* CSS */
.color-1 {
color: #2b2e50;
}
.color-2 {
color: #5e5b8b;
}
.color-3 {
color: #9b7a59;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d84d3b;
}

/* CSS Variables */
:root {
--color-1: #2b2e50;
--color-2: #5e5b8b;
--color-3: #9b7a59;
--color-4: #f1c84b;
--color-5: #d84d3b;
}

🌈 Celestial Autumn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2e50, #5e5b8b, #9b7a59, #f1c84b, #d84d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2e50, #5e5b8b, #9b7a59, #f1c84b, #d84d3b);
}

Celestial Autumn Glow color palette created on .