Paleta de colores Shades of Grey and Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Grey and Green palette
CSS de la paleta de colores Shades of Grey and Green
/* CSS */
.color-1 {
color: #d4d4d4;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #8b4513;
}
.color-5 {
color: #cd8032;
}
/* CSS Variables */
:root {
--color-1: #d4d4d4;
--color-2: #a8a8a8;
--color-3: #4cae4f;
--color-4: #8b4513;
--color-5: #cd8032;
}
CSS del degradado de fondo Shades of Grey and Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d4d4, #a8a8a8, #4cae4f, #8b4513, #cd8032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d4d4, #a8a8a8, #4cae4f, #8b4513, #cd8032);
}
Paletas de colores similares
Shades of Grey and Green color palette created on .