Golden Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Sunrise palette
Golden Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #f7d54a;
}
.color-3 {
color: #f7e6a1;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d65900;
}
/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f7d54a;
--color-3: #f7e6a1;
--color-4: #f0a800;
--color-5: #d65900;
}
Golden Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f7d54a, #f7e6a1, #f0a800, #d65900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f7d54a, #f7e6a1, #f0a800, #d65900);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Golden Sunrise color palette created on .