Gold Rarity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gold Rarity palette
Gold Rarity color palette CSS
/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #c2a800;
}
.color-3 {
color: #8f5f00;
}
.color-4 {
color: #6b3e00;
}
.color-5 {
color: #5c2e00;
}
/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #c2a800;
--color-3: #8f5f00;
--color-4: #6b3e00;
--color-5: #5c2e00;
}
Gold Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #c2a800, #8f5f00, #6b3e00, #5c2e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #c2a800, #8f5f00, #6b3e00, #5c2e00);
}
Similar color palettes
Gold Rarity color palette created on .