Yellow Solar Strike Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Solar Strike palette
Yellow Solar Strike color palette CSS
/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f7ba40;
}
.color-3 {
color: #f59c3d;
}
.color-4 {
color: #e57b2a;
}
.color-5 {
color: #d65c24;
}
/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f7ba40;
--color-3: #f59c3d;
--color-4: #e57b2a;
--color-5: #d65c24;
}
Yellow Solar Strike background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f7ba40, #f59c3d, #e57b2a, #d65c24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f7ba40, #f59c3d, #e57b2a, #d65c24);
}
Similar color palettes
Yellow Solar Strike color palette created on .