Golden Dandy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Dandy palette

Share this palette to:

Golden Dandy color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #fac800;
}
.color-3 {
color: #ffc800;
}
.color-4 {
color: #ffd942;
}
.color-5 {
color: #ffdf9e;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #fac800;
--color-3: #ffc800;
--color-4: #ffd942;
--color-5: #ffdf9e;
}

Golden Dandy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #fac800, #ffc800, #ffd942, #ffdf9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #fac800, #ffc800, #ffd942, #ffdf9e);
}

Golden Dandy color palette created on .