Bright Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Yellow palette

Share this palette to:

Bright Yellow color palette CSS

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f4c210;
}
.color-3 {
color: #f0a400;
}
.color-4 {
color: #e68a00;
}
.color-5 {
color: #d16c00;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f4c210;
--color-3: #f0a400;
--color-4: #e68a00;
--color-5: #d16c00;
}

Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f4c210, #f0a400, #e68a00, #d16c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f4c210, #f0a400, #e68a00, #d16c00);
}

Bright Yellow color palette created on .