Golden Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Sunrise palette

Share this palette to:

Golden Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ffbf00;
}
.color-2 {
color: #ffcf4d;
}
.color-3 {
color: #ffd780;
}
.color-4 {
color: #ffe5a3;
}
.color-5 {
color: #ffedc2;
}

/* CSS Variables */
:root {
--color-1: #ffbf00;
--color-2: #ffcf4d;
--color-3: #ffd780;
--color-4: #ffe5a3;
--color-5: #ffedc2;
}

Golden Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbf00, #ffcf4d, #ffd780, #ffe5a3, #ffedc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbf00, #ffcf4d, #ffd780, #ffe5a3, #ffedc2);
}

Golden Sunrise color palette created on .