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: #f9d44e;
}
.color-2 {
color: #f5b74d;
}
.color-3 {
color: #f18532;
}
.color-4 {
color: #e05a29;
}
.color-5 {
color: #d74f2d;
}

/* CSS Variables */
:root {
--color-1: #f9d44e;
--color-2: #f5b74d;
--color-3: #f18532;
--color-4: #e05a29;
--color-5: #d74f2d;
}

Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d44e, #f5b74d, #f18532, #e05a29, #d74f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d44e, #f5b74d, #f18532, #e05a29, #d74f2d);
}

Bright Yellow color palette created on .