Bright Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Yellow palette

Share this palette to:

Download Bright Yellow Color Palette (PNG)

Download bright yellow color palette PNG image (landscape)
Download bright yellow color palette PNG image (square)

Bright Yellow color palette CSS

/* CSS */
.color-1 {
color: #ffc300;
}
.color-2 {
color: #ffd24d;
}
.color-3 {
color: #ffe07a;
}
.color-4 {
color: #ffedb3;
}
.color-5 {
color: #fff7d1;
}

/* CSS Variables */
:root {
--color-1: #ffc300;
--color-2: #ffd24d;
--color-3: #ffe07a;
--color-4: #ffedb3;
--color-5: #fff7d1;
}

Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc300, #ffd24d, #ffe07a, #ffedb3, #fff7d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc300, #ffd24d, #ffe07a, #ffedb3, #fff7d1);
}

Bright Yellow color palette created on .