Golden Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Shades palette
Download Golden Shades Color Palette (PNG)
Golden Shades color palette CSS
/* CSS */
.color-1 {
color: #fbe393;
}
.color-2 {
color: #f9da85;
}
.color-3 {
color: #f5ce7a;
}
.color-4 {
color: #ecc06f;
}
.color-5 {
color: #e3b263;
}
/* CSS Variables */
:root {
--color-1: #fbe393;
--color-2: #f9da85;
--color-3: #f5ce7a;
--color-4: #ecc06f;
--color-5: #e3b263;
}
Golden Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe393, #f9da85, #f5ce7a, #ecc06f, #e3b263);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe393, #f9da85, #f5ce7a, #ecc06f, #e3b263);
}
Similar color palettes
Scroll down to explore 100+ Yellow color palettes
Golden Shades color palette created on .