Paleta de colores Earthy Brown with Pops of Color
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Earthy Brown with Pops of Color palette
CSS de la paleta de colores Earthy Brown with Pops of Color
/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #d09e58;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e76c50;
}
.color-5 {
color: #a54a1d;
}
/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #d09e58;
--color-3: #f1c84b;
--color-4: #e76c50;
--color-5: #a54a1d;
}
CSS del degradado de fondo Earthy Brown with Pops of Color
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #d09e58, #f1c84b, #e76c50, #a54a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #d09e58, #f1c84b, #e76c50, #a54a1d);
}
Paletas de colores similares
Earthy Brown with Pops of Color color palette created on .