Golden Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Blue palette

Share this palette to:

Golden Blue color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f0d000;
}
.color-3 {
color: #f2e6b0;
}
.color-4 {
color: #6eb4f2;
}
.color-5 {
color: #2e5d8e;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f0d000;
--color-3: #f2e6b0;
--color-4: #6eb4f2;
--color-5: #2e5d8e;
}

Golden Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f0d000, #f2e6b0, #6eb4f2, #2e5d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f0d000, #f2e6b0, #6eb4f2, #2e5d8e);
}

Golden Blue color palette created on .