Shades of Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Gold palette
Shades of Gold color palette CSS
/* CSS */
.color-1 {
color: #e5c338;
}
.color-2 {
color: #f5d870;
}
.color-3 {
color: #f8ecb9;
}
.color-4 {
color: #d6c64c;
}
.color-5 {
color: #a7b300;
}
/* CSS Variables */
:root {
--color-1: #e5c338;
--color-2: #f5d870;
--color-3: #f8ecb9;
--color-4: #d6c64c;
--color-5: #a7b300;
}
Shades of Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c338, #f5d870, #f8ecb9, #d6c64c, #a7b300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c338, #f5d870, #f8ecb9, #d6c64c, #a7b300);
}
Similar color palettes
Shades of Gold color palette created on .