Noble Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Noble Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Noble Elegance Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 9 Luxury color palettes
Noble Elegance color palette created on .