Yellow Metal Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Metal Shades palette
Yellow Metal Shades color palette CSS
/* CSS */
.color-1 {
color: #d0c749;
}
.color-2 {
color: #c3b046;
}
.color-3 {
color: #a89d3e;
}
.color-4 {
color: #7d8532;
}
.color-5 {
color: #5b6b2e;
}
/* CSS Variables */
:root {
--color-1: #d0c749;
--color-2: #c3b046;
--color-3: #a89d3e;
--color-4: #7d8532;
--color-5: #5b6b2e;
}
Yellow Metal Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c749, #c3b046, #a89d3e, #7d8532, #5b6b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c749, #c3b046, #a89d3e, #7d8532, #5b6b2e);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Yellow Metal Shades color palette created on .