Angelic Bronze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Angelic Bronze palette
Angelic Bronze color palette PNG image
Angelic Bronze color palette CSS
/* CSS */
.color-1 {
color: #d8caa6;
}
.color-2 {
color: #c7aa6b;
}
.color-3 {
color: #a3794d;
}
.color-4 {
color: #7c5e50;
}
.color-5 {
color: #4a3b2b;
}
/* CSS Variables */
:root {
--color-1: #d8caa6;
--color-2: #c7aa6b;
--color-3: #a3794d;
--color-4: #7c5e50;
--color-5: #4a3b2b;
}
Angelic Bronze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8caa6, #c7aa6b, #a3794d, #7c5e50, #4a3b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8caa6, #c7aa6b, #a3794d, #7c5e50, #4a3b2b);
}
Similar color palettes
Angelic Bronze color palette created on .