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