Bronze Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bronze Glow palette
Bronze Glow color palette PNG image
Bronze Glow color palette CSS
/* CSS */
.color-1 {
color: #9c6949;
}
.color-2 {
color: #a87b57;
}
.color-3 {
color: #c19c7b;
}
.color-4 {
color: #d7b588;
}
.color-5 {
color: #f5e8b8;
}
/* CSS Variables */
:root {
--color-1: #9c6949;
--color-2: #a87b57;
--color-3: #c19c7b;
--color-4: #d7b588;
--color-5: #f5e8b8;
}
Bronze Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c6949, #a87b57, #c19c7b, #d7b588, #f5e8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c6949, #a87b57, #c19c7b, #d7b588, #f5e8b8);
}
Similar color palettes
Scroll down to explore 1000+ colors.bronze color palettes
Bronze Glow color palette created on .