Paleta de colores Rich Green and Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rich Green and Red palette
CSS de la paleta de colores Rich Green and Red
/* CSS */
.color-1 {
color: #7d9c6d;
}
.color-2 {
color: #5b7641;
}
.color-3 {
color: #c75b4d;
}
.color-4 {
color: #d9b68c;
}
.color-5 {
color: #503b2f;
}
/* CSS Variables */
:root {
--color-1: #7d9c6d;
--color-2: #5b7641;
--color-3: #c75b4d;
--color-4: #d9b68c;
--color-5: #503b2f;
}
CSS del degradado de fondo Rich Green and Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9c6d, #5b7641, #c75b4d, #d9b68c, #503b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9c6d, #5b7641, #c75b4d, #d9b68c, #503b2f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Terroso
Rich Green and Red color palette created on .