Golden Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Dusk palette
Golden Dusk color palette CSS
/* CSS */
.color-1 {
color: #f8d48b;
}
.color-2 {
color: #f2b74a;
}
.color-3 {
color: #e29d3c;
}
.color-4 {
color: #ce6a27;
}
.color-5 {
color: #a44e23;
}
/* CSS Variables */
:root {
--color-1: #f8d48b;
--color-2: #f2b74a;
--color-3: #e29d3c;
--color-4: #ce6a27;
--color-5: #a44e23;
}
Golden Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d48b, #f2b74a, #e29d3c, #ce6a27, #a44e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d48b, #f2b74a, #e29d3c, #ce6a27, #a44e23);
}
Similar color palettes
Golden Dusk color palette created on .