Sunny Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Yellow palette
Sunny Yellow color palette CSS
/* CSS */
.color-1 {
color: #fed13e;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f8e61b;
}
.color-4 {
color: #ff9d00;
}
.color-5 {
color: #f3712b;
}
/* CSS Variables */
:root {
--color-1: #fed13e;
--color-2: #f9c54e;
--color-3: #f8e61b;
--color-4: #ff9d00;
--color-5: #f3712b;
}
Sunny Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed13e, #f9c54e, #f8e61b, #ff9d00, #f3712b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed13e, #f9c54e, #f8e61b, #ff9d00, #f3712b);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Sunny Yellow color palette created on .