Paleta de colores Rustic Earth Symphony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rustic Earth Symphony palette
CSS de la paleta de colores Rustic Earth Symphony
/* CSS */
.color-1 {
color: #c4c0b5;
}
.color-2 {
color: #94897f;
}
.color-3 {
color: #8b6a55;
}
.color-4 {
color: #745a53;
}
.color-5 {
color: #5d3c3d;
}
/* CSS Variables */
:root {
--color-1: #c4c0b5;
--color-2: #94897f;
--color-3: #8b6a55;
--color-4: #745a53;
--color-5: #5d3c3d;
}
CSS del degradado de fondo Rustic Earth Symphony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4c0b5, #94897f, #8b6a55, #745a53, #5d3c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4c0b5, #94897f, #8b6a55, #745a53, #5d3c3d);
}
Paletas de colores similares
Rustic Earth Symphony color palette created on .