Golden Blue Color Palette

Discover the beautiful Golden Blue color palette featuring tulip tree (#e59f3e), casablanca (#f5b85c), maize (#f7dca6), botticelli (#c7d9e5) and regent st blue (#a6d5e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Beach, Bright, Summer, Turquoise 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 Golden Blue palette

Share this palette to:

💻 Golden Blue color palette CSS

/* CSS */
.color-1 {
color: #e59f3e;
}
.color-2 {
color: #f5b85c;
}
.color-3 {
color: #f7dca6;
}
.color-4 {
color: #c7d9e5;
}
.color-5 {
color: #a6d5e2;
}

/* CSS Variables */
:root {
--color-1: #e59f3e;
--color-2: #f5b85c;
--color-3: #f7dca6;
--color-4: #c7d9e5;
--color-5: #a6d5e2;
}

🌈 Golden Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e59f3e, #f5b85c, #f7dca6, #c7d9e5, #a6d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e59f3e, #f5b85c, #f7dca6, #c7d9e5, #a6d5e2);
}

Golden Blue color palette created on .