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