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: #f9d64e;
}
.color-2 {
color: #f18b4b;
}
.color-3 {
color: #f76c59;
}
.color-4 {
color: #e84f4f;
}
.color-5 {
color: #d4408c;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f18b4b;
--color-3: #f76c59;
--color-4: #e84f4f;
--color-5: #d4408c;
}

Vibrant Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f18b4b, #f76c59, #e84f4f, #d4408c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f18b4b, #f76c59, #e84f4f, #d4408c);
}

Vibrant Yellow color palette created on .