Bright Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Gold palette
Download Bright Gold Color Palette (PNG)
Bright Gold color palette CSS
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ffc300;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #ff9d00;
}
.color-5 {
color: #ff8000;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ffc300;
--color-3: #ffb700;
--color-4: #ff9d00;
--color-5: #ff8000;
}
Bright Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ffc300, #ffb700, #ff9d00, #ff8000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ffc300, #ffb700, #ff9d00, #ff8000);
}
Similar color palettes
Bright Gold color palette created on .