Golden Ace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Ace palette

Share this palette to:

Golden Ace color palette CSS

/* CSS */
.color-1 {
color: #d2a62d;
}
.color-2 {
color: #f3b75e;
}
.color-3 {
color: #f9d77b;
}
.color-4 {
color: #f4e3a4;
}
.color-5 {
color: #f9c5a4;
}

/* CSS Variables */
:root {
--color-1: #d2a62d;
--color-2: #f3b75e;
--color-3: #f9d77b;
--color-4: #f4e3a4;
--color-5: #f9c5a4;
}

Golden Ace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a62d, #f3b75e, #f9d77b, #f4e3a4, #f9c5a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a62d, #f3b75e, #f9d77b, #f4e3a4, #f9c5a4);
}

Golden Ace color palette created on .