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: #ffbb00;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ffdd33;
}
.color-4 {
color: #ffe680;
}
.color-5 {
color: #fff9c2;
}

/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffd900;
--color-3: #ffdd33;
--color-4: #ffe680;
--color-5: #fff9c2;
}

Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ffd900, #ffdd33, #ffe680, #fff9c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ffd900, #ffdd33, #ffe680, #fff9c2);
}

Bright Yellow color palette created on .