Dark Blue Gold Color Palette

Discover the beautiful Dark Blue Gold color palette featuring comet (#5f6a81), nile blue (#1c3c4f), link water (#e4edf6), corn (#d1b900) and maroon oak (#4a0d1f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Gold, Dark 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 Dark Blue Gold palette

Share this palette to:

💻 Dark Blue Gold color palette CSS

/* CSS */
.color-1 {
color: #5f6a81;
}
.color-2 {
color: #1c3c4f;
}
.color-3 {
color: #e4edf6;
}
.color-4 {
color: #d1b900;
}
.color-5 {
color: #4a0d1f;
}

/* CSS Variables */
:root {
--color-1: #5f6a81;
--color-2: #1c3c4f;
--color-3: #e4edf6;
--color-4: #d1b900;
--color-5: #4a0d1f;
}

🌈 Dark Blue Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f6a81, #1c3c4f, #e4edf6, #d1b900, #4a0d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f6a81, #1c3c4f, #e4edf6, #d1b900, #4a0d1f);
}

Dark Blue Gold color palette created on .