Golden Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Sunrise palette

Share this palette to:

Download Golden Sunrise Color Palette (PNG)

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: #ffc7c9;
}
.color-2 {
color: #ffbdc9;
}
.color-3 {
color: #ffd1d1;
}
.color-4 {
color: #ffe5db;
}
.color-5 {
color: #fff0fe;
}

/* CSS Variables */
:root {
--color-1: #ffc7c9;
--color-2: #ffbdc9;
--color-3: #ffd1d1;
--color-4: #ffe5db;
--color-5: #fff0fe;
}

Golden Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc7c9, #ffbdc9, #ffd1d1, #ffe5db, #fff0fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc7c9, #ffbdc9, #ffd1d1, #ffe5db, #fff0fe);
}

Golden Sunrise color palette created on .