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: #f5a524;
}
.color-2 {
color: #f8c82a;
}
.color-3 {
color: #f9e86c;
}
.color-4 {
color: #5abf8b;
}
.color-5 {
color: #3f8fde;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8c82a;
--color-3: #f9e86c;
--color-4: #5abf8b;
--color-5: #3f8fde;
}

Golden Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8c82a, #f9e86c, #5abf8b, #3f8fde);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8c82a, #f9e86c, #5abf8b, #3f8fde);
}

Golden Blue color palette created on .