Savannah Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Savannah Gold palette
Savannah Gold color palette CSS
/* CSS */
.color-1 {
color: #d6af5c;
}
.color-2 {
color: #c5a163;
}
.color-3 {
color: #a68c4e;
}
.color-4 {
color: #8b6e3c;
}
.color-5 {
color: #a73d2a;
}
/* CSS Variables */
:root {
--color-1: #d6af5c;
--color-2: #c5a163;
--color-3: #a68c4e;
--color-4: #8b6e3c;
--color-5: #a73d2a;
}
Savannah Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6af5c, #c5a163, #a68c4e, #8b6e3c, #a73d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6af5c, #c5a163, #a68c4e, #8b6e3c, #a73d2a);
}
Similar color palettes
Savannah Gold color palette created on .