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: #f6b83c;
}
.color-2 {
color: #e54f3e;
}
.color-3 {
color: #a5699a;
}
.color-4 {
color: #7d9b99;
}
.color-5 {
color: #2d9a98;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #e54f3e;
--color-3: #a5699a;
--color-4: #7d9b99;
--color-5: #2d9a98;
}
Shades of Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #e54f3e, #a5699a, #7d9b99, #2d9a98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #e54f3e, #a5699a, #7d9b99, #2d9a98);
}
Similar color palettes
Shades of Gold color palette created on .