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: #fff952;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffb833;
}
.color-4 {
color: #ff9c1a;
}
.color-5 {
color: #ff8000;
}

/* CSS Variables */
:root {
--color-1: #fff952;
--color-2: #ffd942;
--color-3: #ffb833;
--color-4: #ff9c1a;
--color-5: #ff8000;
}

Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff952, #ffd942, #ffb833, #ff9c1a, #ff8000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff952, #ffd942, #ffb833, #ff9c1a, #ff8000);
}

Bright Yellow color palette created on .