Bright Yellow Sun Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Yellow Sun palette
Bright Yellow Sun color palette CSS
/* CSS */
.color-1 {
color: #f9d86c;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #e29c2c;
}
.color-4 {
color: #d68e29;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #f9d86c;
--color-2: #f1b341;
--color-3: #e29c2c;
--color-4: #d68e29;
--color-5: #e77e23;
}
Bright Yellow Sun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d86c, #f1b341, #e29c2c, #d68e29, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d86c, #f1b341, #e29c2c, #d68e29, #e77e23);
}
Similar color palettes
Bright Yellow Sun color palette created on .