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: #f0a800;
}
.color-2 {
color: #ffcc33;
}
.color-3 {
color: #ffde66;
}
.color-4 {
color: #ffec99;
}
.color-5 {
color: #fff7cc;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffcc33;
--color-3: #ffde66;
--color-4: #ffec99;
--color-5: #fff7cc;
}

Golden Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffcc33, #ffde66, #ffec99, #fff7cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffcc33, #ffde66, #ffec99, #fff7cc);
}

Golden Sunrise color palette created on .