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: #f5c26b;
}
.color-3 {
color: #ebe8bd;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #4b8bb9;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5c26b;
--color-3: #ebe8bd;
--color-4: #a1dff7;
--color-5: #4b8bb9;
}

Golden Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5c26b, #ebe8bd, #a1dff7, #4b8bb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5c26b, #ebe8bd, #a1dff7, #4b8bb9);
}

Golden Blue color palette created on .