Golden Dusk Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Dusk Harmony palette

Share this palette to:

Golden Dusk Harmony color palette CSS

/* CSS */
.color-1 {
color: #f9a94e;
}
.color-2 {
color: #f29e50;
}
.color-3 {
color: #f5c75b;
}
.color-4 {
color: #f2e6b5;
}
.color-5 {
color: #f0c6a3;
}

/* CSS Variables */
:root {
--color-1: #f9a94e;
--color-2: #f29e50;
--color-3: #f5c75b;
--color-4: #f2e6b5;
--color-5: #f0c6a3;
}

Golden Dusk Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a94e, #f29e50, #f5c75b, #f2e6b5, #f0c6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a94e, #f29e50, #f5c75b, #f2e6b5, #f0c6a3);
}

Golden Dusk Harmony color palette created on .