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: #ffcc00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #681b98;
}
.color-5 {
color: #4051b5;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d1f;
--color-3: #ff4d4d;
--color-4: #681b98;
--color-5: #4051b5;
}

Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d1f, #ff4d4d, #681b98, #4051b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d1f, #ff4d4d, #681b98, #4051b5);
}

Bright Yellow color palette created on .