Golden Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Sunshine palette
Golden Sunshine color palette PNG image
Golden Sunshine color palette CSS
/* CSS */
.color-1 {
color: #f5e14d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e69900;
}
.color-4 {
color: #d67900;
}
.color-5 {
color: #b35900;
}
/* CSS Variables */
:root {
--color-1: #f5e14d;
--color-2: #f0a800;
--color-3: #e69900;
--color-4: #d67900;
--color-5: #b35900;
}
Golden Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e14d, #f0a800, #e69900, #d67900, #b35900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e14d, #f0a800, #e69900, #d67900, #b35900);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Golden Sunshine color palette created on .