Blue Sunset Color Palette

Discover the beautiful Blue Sunset color palette featuring blue lagoon (#046c80), brown (#8a5e00), brown (#8f3c00), rustic red (#530404) and dark burgundy (#830b07).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Dark, Deep, Earthy, Forest, Modern, Red, Teal, Vintage, Warm 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 Sunset palette

Share this palette to:

💻 Blue Sunset color palette CSS

/* CSS */
.color-1 {
color: #046c80;
}
.color-2 {
color: #8a5e00;
}
.color-3 {
color: #8f3c00;
}
.color-4 {
color: #530404;
}
.color-5 {
color: #830b07;
}

/* CSS Variables */
:root {
--color-1: #046c80;
--color-2: #8a5e00;
--color-3: #8f3c00;
--color-4: #530404;
--color-5: #830b07;
}

🌈 Blue Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #046c80, #8a5e00, #8f3c00, #530404, #830b07);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #046c80, #8a5e00, #8f3c00, #530404, #830b07);
}

Blue Sunset color palette created on .