Bright Yellow Aura Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Yellow Aura palette

Share this palette to:

Bright Yellow Aura color palette CSS

/* CSS */
.color-1 {
color: #f9e66c;
}
.color-2 {
color: #f9d14e;
}
.color-3 {
color: #f5b62e;
}
.color-4 {
color: #f0a000;
}
.color-5 {
color: #e69d00;
}

/* CSS Variables */
:root {
--color-1: #f9e66c;
--color-2: #f9d14e;
--color-3: #f5b62e;
--color-4: #f0a000;
--color-5: #e69d00;
}

Bright Yellow Aura background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e66c, #f9d14e, #f5b62e, #f0a000, #e69d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e66c, #f9d14e, #f5b62e, #f0a000, #e69d00);
}

Bright Yellow Aura color palette created on .