Gold Blue Color Palette
Discover the beautiful Gold Blue color palette featuring school bus yellow (#ffd900), cornflower (#a6c6ed), danube (#5d9bd5), blue ribbon (#2e5bff) and chathams blue (#1a3d89).
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 Gold Blue palette
💻 Gold Blue color palette CSS
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #5d9bd5;
}
.color-4 {
color: #2e5bff;
}
.color-5 {
color: #1a3d89;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #a6c6ed;
--color-3: #5d9bd5;
--color-4: #2e5bff;
--color-5: #1a3d89;
} 🌈 Gold Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #a6c6ed, #5d9bd5, #2e5bff, #1a3d89);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #a6c6ed, #5d9bd5, #2e5bff, #1a3d89);
} 🔗 Explore similar color palettes
Gold Blue color palette created on .