Golden Dusk Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Dusk Serenade palette

Share this palette to:

Golden Dusk Serenade color palette CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffcc80;
}
.color-4 {
color: #ffeb94;
}
.color-5 {
color: #ffeec2;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #ffb84d;
--color-3: #ffcc80;
--color-4: #ffeb94;
--color-5: #ffeec2;
}

Golden Dusk Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #ffb84d, #ffcc80, #ffeb94, #ffeec2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #ffb84d, #ffcc80, #ffeb94, #ffeec2);
}

Golden Dusk Serenade color palette created on .