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: #f6c80e;
}
.color-3 {
color: #d8e1b2;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #699bc9;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f6c80e;
--color-3: #d8e1b2;
--color-4: #a3c7e0;
--color-5: #699bc9;
}

Golden Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f6c80e, #d8e1b2, #a3c7e0, #699bc9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f6c80e, #d8e1b2, #a3c7e0, #699bc9);
}

Golden Blue color palette created on .