Golden Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Brown palette
Golden Brown color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #d8a22c;
}
.color-3 {
color: #c8993c;
}
.color-4 {
color: #a86624;
}
.color-5 {
color: #8a5b15;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #d8a22c;
--color-3: #c8993c;
--color-4: #a86624;
--color-5: #8a5b15;
}
Golden Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #d8a22c, #c8993c, #a86624, #8a5b15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #d8a22c, #c8993c, #a86624, #8a5b15);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Golden Brown color palette created on .