Vibrant Crunchy Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Crunchy Yellow palette

Share this palette to:

Vibrant Crunchy Yellow color palette CSS

/* CSS */
.color-1 {
color: #f8d34f;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #e03e3e;
}
.color-4 {
color: #992e6b;
}
.color-5 {
color: #5a4e8d;
}

/* CSS Variables */
:root {
--color-1: #f8d34f;
--color-2: #f47b1f;
--color-3: #e03e3e;
--color-4: #992e6b;
--color-5: #5a4e8d;
}

Vibrant Crunchy Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d34f, #f47b1f, #e03e3e, #992e6b, #5a4e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d34f, #f47b1f, #e03e3e, #992e6b, #5a4e8d);
}

Vibrant Crunchy Yellow color palette created on .