Noble Elegance Color Palette

Discover the beautiful Noble Elegance color palette featuring midnight (#001f3d), white (#ffffff), old gold (#d4af35), pale sky (#6d767e) and athens gray (#f9fafb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Elegant, Gold, Luxury, White 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 Noble Elegance palette

Share this palette to:

💻 Noble Elegance color palette CSS

/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #d4af35;
}
.color-4 {
color: #6d767e;
}
.color-5 {
color: #f9fafb;
}

/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #ffffff;
--color-3: #d4af35;
--color-4: #6d767e;
--color-5: #f9fafb;
}

🌈 Noble Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #ffffff, #d4af35, #6d767e, #f9fafb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #ffffff, #d4af35, #6d767e, #f9fafb);
}

Noble Elegance color palette created on .