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 PNG image

Download golden sunrise color palette PNG image (landscape)
Download golden sunrise color palette PNG image (square)

Golden Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f4ec48;
}
.color-2 {
color: #f3d82b;
}
.color-3 {
color: #f0b800;
}
.color-4 {
color: #e69900;
}
.color-5 {
color: #d68f00;
}

/* CSS Variables */
:root {
--color-1: #f4ec48;
--color-2: #f3d82b;
--color-3: #f0b800;
--color-4: #e69900;
--color-5: #d68f00;
}

Golden Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4ec48, #f3d82b, #f0b800, #e69900, #d68f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4ec48, #f3d82b, #f0b800, #e69900, #d68f00);
}

Golden Sunrise color palette created on .