Gold and Grey Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gold and Grey Blue palette

Share this palette to:

Gold and Grey Blue color palette CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #4682b4;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #b0c4de;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #a8a8a8;
--color-3: #4682b4;
--color-4: #ffd900;
--color-5: #b0c4de;
}

Gold and Grey Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #a8a8a8, #4682b4, #ffd900, #b0c4de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #a8a8a8, #4682b4, #ffd900, #b0c4de);
}

Gold and Grey Blue color palette created on .