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