Vibrant Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

Share this palette to:

Download Vibrant Yellow Color Palette (PNG)

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

Vibrant Yellow color palette CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f6d44c;
}
.color-3 {
color: #f1e8cb;
}
.color-4 {
color: #a0d6e4;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f6d44c;
--color-3: #f1e8cb;
--color-4: #a0d6e4;
--color-5: #ff6e61;
}

Vibrant Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f6d44c, #f1e8cb, #a0d6e4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f6d44c, #f1e8cb, #a0d6e4, #ff6e61);
}

Vibrant Yellow color palette created on .