Blue Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Gold palette

Share this palette to:

Blue Gold color palette CSS

/* CSS */
.color-1 {
color: #1e4d99;
}
.color-2 {
color: #496a9c;
}
.color-3 {
color: #7c93b1;
}
.color-4 {
color: #d6b73d;
}
.color-5 {
color: #e4a41b;
}

/* CSS Variables */
:root {
--color-1: #1e4d99;
--color-2: #496a9c;
--color-3: #7c93b1;
--color-4: #d6b73d;
--color-5: #e4a41b;
}

Blue Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d99, #496a9c, #7c93b1, #d6b73d, #e4a41b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d99, #496a9c, #7c93b1, #d6b73d, #e4a41b);
}

Blue Gold color palette created on .