Golden Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Shades palette
Golden Shades color palette CSS
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #d9a520;
}
.color-3 {
color: #b7860b;
}
.color-4 {
color: #ffd9b8;
}
.color-5 {
color: #f0e78e;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #d9a520;
--color-3: #b7860b;
--color-4: #ffd9b8;
--color-5: #f0e78e;
}
Golden Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #d9a520, #b7860b, #ffd9b8, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #d9a520, #b7860b, #ffd9b8, #f0e78e);
}
Similar color palettes
Golden Shades color palette created on .