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: #405232;
}
.color-2 {
color: #595d37;
}
.color-3 {
color: #737845;
}
.color-4 {
color: #92905d;
}
.color-5 {
color: #9f9b75;
}
/* CSS Variables */
:root {
--color-1: #405232;
--color-2: #595d37;
--color-3: #737845;
--color-4: #92905d;
--color-5: #9f9b75;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #405232, #595d37, #737845, #92905d, #9f9b75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #405232, #595d37, #737845, #92905d, #9f9b75);
}
Paletas de colores similares
Shades of Green color palette created on .