Paleta de colores Shades of Green and Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Green and Red palette
CSS de la paleta de colores Shades of Green and Red
/* CSS */
.color-1 {
color: #487d2c;
}
.color-2 {
color: #b14b39;
}
.color-3 {
color: #e8a1b0;
}
.color-4 {
color: #699b7a;
}
.color-5 {
color: #f5c7c7;
}
/* CSS Variables */
:root {
--color-1: #487d2c;
--color-2: #b14b39;
--color-3: #e8a1b0;
--color-4: #699b7a;
--color-5: #f5c7c7;
}
CSS del degradado de fondo Shades of Green and Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #487d2c, #b14b39, #e8a1b0, #699b7a, #f5c7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #487d2c, #b14b39, #e8a1b0, #699b7a, #f5c7c7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Verde
Shades of Green and Red color palette created on .