Golden Blue Wings Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Blue Wings palette

Share this palette to:

Golden Blue Wings color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f9df39;
}
.color-3 {
color: #fbe58e;
}
.color-4 {
color: #409c8b;
}
.color-5 {
color: #3e4b84;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f9df39;
--color-3: #fbe58e;
--color-4: #409c8b;
--color-5: #3e4b84;
}

Golden Blue Wings background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f9df39, #fbe58e, #409c8b, #3e4b84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f9df39, #fbe58e, #409c8b, #3e4b84);
}

Golden Blue Wings color palette created on .