Old Gold Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Old Gold Shades palette
Old Gold Shades color palette CSS
/* CSS */
.color-1 {
color: #d4c249;
}
.color-2 {
color: #a2782a;
}
.color-3 {
color: #855a19;
}
.color-4 {
color: #5a390c;
}
.color-5 {
color: #3b2c0c;
}
/* CSS Variables */
:root {
--color-1: #d4c249;
--color-2: #a2782a;
--color-3: #855a19;
--color-4: #5a390c;
--color-5: #3b2c0c;
}
Old Gold Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c249, #a2782a, #855a19, #5a390c, #3b2c0c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c249, #a2782a, #855a19, #5a390c, #3b2c0c);
}
Similar color palettes
Old Gold Shades color palette created on .