Yellow Lightning Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Lightning palette

Share this palette to:

Yellow Lightning color palette CSS

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f6da51;
}
.color-3 {
color: #f3c06d;
}
.color-4 {
color: #f0aa70;
}
.color-5 {
color: #e56e2e;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f6da51;
--color-3: #f3c06d;
--color-4: #f0aa70;
--color-5: #e56e2e;
}

Yellow Lightning background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f6da51, #f3c06d, #f0aa70, #e56e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f6da51, #f3c06d, #f0aa70, #e56e2e);
}

Yellow Lightning color palette created on .