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: #f5a300;
}
.color-2 {
color: #f1c15b;
}
.color-3 {
color: #d9e1a8;
}
.color-4 {
color: #a3d2ce;
}
.color-5 {
color: #6999c3;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f1c15b;
--color-3: #d9e1a8;
--color-4: #a3d2ce;
--color-5: #6999c3;
}

Golden Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f1c15b, #d9e1a8, #a3d2ce, #6999c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f1c15b, #d9e1a8, #a3d2ce, #6999c3);
}

Golden Blue color palette created on .