Paleta de colores Shades of Green Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Green Red palette
CSS de la paleta de colores Shades of Green Red
/* CSS */
.color-1 {
color: #2f4b2f;
}
.color-2 {
color: #3d6b3d;
}
.color-3 {
color: #801e3d;
}
.color-4 {
color: #49545a;
}
.color-5 {
color: #b8c4c7;
}
/* CSS Variables */
:root {
--color-1: #2f4b2f;
--color-2: #3d6b3d;
--color-3: #801e3d;
--color-4: #49545a;
--color-5: #b8c4c7;
}
CSS del degradado de fondo Shades of Green Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4b2f, #3d6b3d, #801e3d, #49545a, #b8c4c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4b2f, #3d6b3d, #801e3d, #49545a, #b8c4c7);
}
Paletas de colores similares
Shades of Green Red color palette created on .