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 PNG image

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: #fcf4de;
}
.color-2 {
color: #fcecab;
}
.color-3 {
color: #f7dfa6;
}
.color-4 {
color: #f1dfa2;
}
.color-5 {
color: #eddb9c;
}

/* CSS Variables */
:root {
--color-1: #fcf4de;
--color-2: #fcecab;
--color-3: #f7dfa6;
--color-4: #f1dfa2;
--color-5: #eddb9c;
}

Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf4de, #fcecab, #f7dfa6, #f1dfa2, #eddb9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf4de, #fcecab, #f7dfa6, #f1dfa2, #eddb9c);
}

Bright Yellow color palette created on .