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