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