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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Golden Blue color palette created on .