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