Golden Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Sunrise palette
Color Inspiration
Images that showcase this color palette in real designs
Download Golden Sunrise Color Palette (PNG)
Golden Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ffc105;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ff6e00;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ffc105;
--color-3: #ffd942;
--color-4: #ff8c00;
--color-5: #ff6e00;
}
Golden Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ffc105, #ffd942, #ff8c00, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ffc105, #ffd942, #ff8c00, #ff6e00);
}
Similar color palettes
Golden Sunrise color palette created on .