Vibrant Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

Share this palette to:

Vibrant Yellow color palette CSS

/* CSS */
.color-1 {
color: #fdcc3a;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #6b9cd1;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #ffa057;
}

/* CSS Variables */
:root {
--color-1: #fdcc3a;
--color-2: #f76e6e;
--color-3: #6b9cd1;
--color-4: #a3d55d;
--color-5: #ffa057;
}

Vibrant Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdcc3a, #f76e6e, #6b9cd1, #a3d55d, #ffa057);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdcc3a, #f76e6e, #6b9cd1, #a3d55d, #ffa057);
}

Vibrant Yellow color palette created on .