Golden Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Glow palette
Golden Glow color palette PNG image
Golden Glow color palette CSS
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ffc105;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffa200;
}
.color-5 {
color: #ff9100;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ffc105;
--color-3: #ffb300;
--color-4: #ffa200;
--color-5: #ff9100;
}
Golden Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ffc105, #ffb300, #ffa200, #ff9100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ffc105, #ffb300, #ffa200, #ff9100);
}
Similar color palettes
Golden Glow color palette created on .