Paleta de colores Savannah Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Savannah Shadows palette

Compartir esta paleta en:

CSS de la paleta de colores Savannah Shadows

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #a87d3e;
}
.color-3 {
color: #795b39;
}
.color-4 {
color: #5c4c37;
}
.color-5 {
color: #4e3d31;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #a87d3e;
--color-3: #795b39;
--color-4: #5c4c37;
--color-5: #4e3d31;
}

CSS del degradado de fondo Savannah Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #a87d3e, #795b39, #5c4c37, #4e3d31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #a87d3e, #795b39, #5c4c37, #4e3d31);
}

Savannah Shadows color palette created on .