Paleta de colores Vibrant Earthy Reds and Greens
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Earthy Reds and Greens palette
CSS de la paleta de colores Vibrant Earthy Reds and Greens
/* CSS */
.color-1 {
color: #8c6754;
}
.color-2 {
color: #b76b5c;
}
.color-3 {
color: #e1a06b;
}
.color-4 {
color: #c2d7a7;
}
.color-5 {
color: #5d8b55;
}
/* CSS Variables */
:root {
--color-1: #8c6754;
--color-2: #b76b5c;
--color-3: #e1a06b;
--color-4: #c2d7a7;
--color-5: #5d8b55;
}
CSS del degradado de fondo Vibrant Earthy Reds and Greens
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c6754, #b76b5c, #e1a06b, #c2d7a7, #5d8b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c6754, #b76b5c, #e1a06b, #c2d7a7, #5d8b55);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Terroso
Vibrant Earthy Reds and Greens color palette created on .