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: #3cb472;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #6fbe73;
}
.color-4 {
color: #8bc34b;
}
.color-5 {
color: #cbdc38;
}
/* CSS Variables */
:root {
--color-1: #3cb472;
--color-2: #4cae4f;
--color-3: #6fbe73;
--color-4: #8bc34b;
--color-5: #cbdc38;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb472, #4cae4f, #6fbe73, #8bc34b, #cbdc38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb472, #4cae4f, #6fbe73, #8bc34b, #cbdc38);
}
Paletas de colores similares
Shades of Green color palette created on .