Golden Sunrise Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Sunrise Dream palette

Share this palette to:

Golden Sunrise Dream color palette CSS

/* CSS */
.color-1 {
color: #deaf02;
}
.color-2 {
color: #e6bf00;
}
.color-3 {
color: #f0d84c;
}
.color-4 {
color: #f7e09c;
}
.color-5 {
color: #f9d59f;
}

/* CSS Variables */
:root {
--color-1: #deaf02;
--color-2: #e6bf00;
--color-3: #f0d84c;
--color-4: #f7e09c;
--color-5: #f9d59f;
}

Golden Sunrise Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #deaf02, #e6bf00, #f0d84c, #f7e09c, #f9d59f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #deaf02, #e6bf00, #f0d84c, #f7e09c, #f9d59f);
}

Golden Sunrise Dream color palette created on .