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: #f7d850;
}
.color-2 {
color: #d72d28;
}
.color-3 {
color: #a62b4c;
}
.color-4 {
color: #6d509b;
}
.color-5 {
color: #3f7a9d;
}

/* CSS Variables */
:root {
--color-1: #f7d850;
--color-2: #d72d28;
--color-3: #a62b4c;
--color-4: #6d509b;
--color-5: #3f7a9d;
}

Vibrant Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d850, #d72d28, #a62b4c, #6d509b, #3f7a9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d850, #d72d28, #a62b4c, #6d509b, #3f7a9d);
}

Vibrant Yellow color palette created on .