Savanna Spirit Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Savanna Spirit palette
Savanna Spirit color palette CSS
/* CSS */
.color-1 {
color: #d6bf4c;
}
.color-2 {
color: #a5993b;
}
.color-3 {
color: #6f8e39;
}
.color-4 {
color: #49694c;
}
.color-5 {
color: #303c2f;
}
/* CSS Variables */
:root {
--color-1: #d6bf4c;
--color-2: #a5993b;
--color-3: #6f8e39;
--color-4: #49694c;
--color-5: #303c2f;
}
Savanna Spirit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6bf4c, #a5993b, #6f8e39, #49694c, #303c2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6bf4c, #a5993b, #6f8e39, #49694c, #303c2f);
}
Similar color palettes
Savanna Spirit color palette created on .