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: #ffcb5c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #690571;
}
.color-4 {
color: #3f5c88;
}
.color-5 {
color: #5cdb95;
}

/* CSS Variables */
:root {
--color-1: #ffcb5c;
--color-2: #ff6e61;
--color-3: #690571;
--color-4: #3f5c88;
--color-5: #5cdb95;
}

Vibrant Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb5c, #ff6e61, #690571, #3f5c88, #5cdb95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb5c, #ff6e61, #690571, #3f5c88, #5cdb95);
}

Vibrant Yellow color palette created on .