Golden Lightning Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Lightning palette
Golden Lightning color palette CSS
/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #e4ab2f;
}
.color-4 {
color: #d87c2c;
}
.color-5 {
color: #c5542b;
}
/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f3ca4f;
--color-3: #e4ab2f;
--color-4: #d87c2c;
--color-5: #c5542b;
}
Golden Lightning background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f3ca4f, #e4ab2f, #d87c2c, #c5542b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f3ca4f, #e4ab2f, #d87c2c, #c5542b);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Golden Lightning color palette created on .