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