Golden Blue Color Palette

Discover the beautiful Golden Blue color palette featuring buddha gold (#c7a200), equator (#e2c05a), olive (#8f7c00), venice blue (#0c5d97) and boston blue (#3b8bba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Gold, Blue, Bright, Ocean 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: #c7a200;
}
.color-2 {
color: #e2c05a;
}
.color-3 {
color: #8f7c00;
}
.color-4 {
color: #0c5d97;
}
.color-5 {
color: #3b8bba;
}

/* CSS Variables */
:root {
--color-1: #c7a200;
--color-2: #e2c05a;
--color-3: #8f7c00;
--color-4: #0c5d97;
--color-5: #3b8bba;
}

๐ŸŒˆ Golden Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a200, #e2c05a, #8f7c00, #0c5d97, #3b8bba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a200, #e2c05a, #8f7c00, #0c5d97, #3b8bba);
}

Golden Blue color palette created on .