Savanna Stripes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Savanna Stripes palette

Share this palette to:

Savanna Stripes color palette CSS

/* CSS */
.color-1 {
color: #c65c39;
}
.color-2 {
color: #a87a4d;
}
.color-3 {
color: #a8c9a6;
}
.color-4 {
color: #5b8b5b;
}
.color-5 {
color: #3f5b29;
}

/* CSS Variables */
:root {
--color-1: #c65c39;
--color-2: #a87a4d;
--color-3: #a8c9a6;
--color-4: #5b8b5b;
--color-5: #3f5b29;
}

Savanna Stripes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65c39, #a87a4d, #a8c9a6, #5b8b5b, #3f5b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65c39, #a87a4d, #a8c9a6, #5b8b5b, #3f5b29);
}

Savanna Stripes color palette created on .