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: #f7e0a1;
}
.color-2 {
color: #f2c202;
}
.color-3 {
color: #ffb405;
}
.color-4 {
color: #ff9b05;
}
.color-5 {
color: #ff8205;
}

/* CSS Variables */
:root {
--color-1: #f7e0a1;
--color-2: #f2c202;
--color-3: #ffb405;
--color-4: #ff9b05;
--color-5: #ff8205;
}

Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e0a1, #f2c202, #ffb405, #ff9b05, #ff8205);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e0a1, #f2c202, #ffb405, #ff9b05, #ff8205);
}

Bright Yellow color palette created on .