Blue and Orange Sunset Color Palette

Discover the beautiful Blue and Orange Sunset color palette featuring blumine (#1c4f8d), tangerine (#f58b00), supernova (#f5c400), cornflower blue (#6b7cff) and mine shaft (#2b2b2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Orange, Sunset, Dark, Bright, Figure, Silhouette 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 and Orange Sunset palette

Share this palette to:

💻 Blue and Orange Sunset color palette CSS

/* CSS */
.color-1 {
color: #1c4f8d;
}
.color-2 {
color: #f58b00;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #6b7cff;
}
.color-5 {
color: #2b2b2b;
}

/* CSS Variables */
:root {
--color-1: #1c4f8d;
--color-2: #f58b00;
--color-3: #f5c400;
--color-4: #6b7cff;
--color-5: #2b2b2b;
}

🌈 Blue and Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c4f8d, #f58b00, #f5c400, #6b7cff, #2b2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c4f8d, #f58b00, #f5c400, #6b7cff, #2b2b2b);
}

Blue and Orange Sunset color palette created on .