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: #f9d55d;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #e8553b;
}
.color-4 {
color: #c82d5e;
}
.color-5 {
color: #6a2c90;
}

/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #ff6d1f;
--color-3: #e8553b;
--color-4: #c82d5e;
--color-5: #6a2c90;
}

Vibrant Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #ff6d1f, #e8553b, #c82d5e, #6a2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #ff6d1f, #e8553b, #c82d5e, #6a2c90);
}

Vibrant Yellow color palette created on .