Golden Geebung Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Geebung palette
Golden Geebung color palette CSS
/* CSS */
.color-1 {
color: #d08d1b;
}
.color-2 {
color: #e4a82f;
}
.color-3 {
color: #f5c76b;
}
.color-4 {
color: #f9e5a9;
}
.color-5 {
color: #fce4a1;
}
/* CSS Variables */
:root {
--color-1: #d08d1b;
--color-2: #e4a82f;
--color-3: #f5c76b;
--color-4: #f9e5a9;
--color-5: #fce4a1;
}
Golden Geebung background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d08d1b, #e4a82f, #f5c76b, #f9e5a9, #fce4a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d08d1b, #e4a82f, #f5c76b, #f9e5a9, #fce4a1);
}
Similar color palettes
Scroll down to explore 200+ Amber color palettes
Golden Geebung color palette created on .