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: #faa700;
}
.color-2 {
color: #f0d800;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #e6b000;
}
.color-5 {
color: #db8b00;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #f0d800;
--color-3: #f5c400;
--color-4: #e6b000;
--color-5: #db8b00;
}

Golden Ace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #f0d800, #f5c400, #e6b000, #db8b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #f0d800, #f5c400, #e6b000, #db8b00);
}

Golden Ace color palette created on .