Blue Autumn Color Palette

Discover the beautiful Blue Autumn color palette featuring jelly bean (#2a699d), steel blue (#4a8cbf), half baked (#80b3d6), supernova (#f5c400) and grenadier (#db5000).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Autumn, Bright, Ocean, Teal, Yellow, Orange, Coastal, Fun, 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 Autumn palette

Share this palette to:

💻 Blue Autumn color palette CSS

/* CSS */
.color-1 {
color: #2a699d;
}
.color-2 {
color: #4a8cbf;
}
.color-3 {
color: #80b3d6;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #db5000;
}

/* CSS Variables */
:root {
--color-1: #2a699d;
--color-2: #4a8cbf;
--color-3: #80b3d6;
--color-4: #f5c400;
--color-5: #db5000;
}

🌈 Blue Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a699d, #4a8cbf, #80b3d6, #f5c400, #db5000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a699d, #4a8cbf, #80b3d6, #f5c400, #db5000);
}

Blue Autumn color palette created on .