Bright Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Gold palette

Share this palette to:

Bright Gold color palette CSS

/* CSS */
.color-1 {
color: #d6a800;
}
.color-2 {
color: #e6b400;
}
.color-3 {
color: #f0c800;
}
.color-4 {
color: #fad900;
}
.color-5 {
color: #ffea00;
}

/* CSS Variables */
:root {
--color-1: #d6a800;
--color-2: #e6b400;
--color-3: #f0c800;
--color-4: #fad900;
--color-5: #ffea00;
}

Bright Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a800, #e6b400, #f0c800, #fad900, #ffea00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a800, #e6b400, #f0c800, #fad900, #ffea00);
}

Bright Gold color palette created on .