Paleta de colores Matrix Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Matrix Green palette
Imagen PNG de la paleta de colores Matrix Green
CSS de la paleta de colores Matrix Green
/* CSS */
.color-1 {
color: #00b300;
}
.color-2 {
color: #30db00;
}
.color-3 {
color: #4dff5b;
}
.color-4 {
color: #7affb2;
}
.color-5 {
color: #a8ffd7;
}
/* CSS Variables */
:root {
--color-1: #00b300;
--color-2: #30db00;
--color-3: #4dff5b;
--color-4: #7affb2;
--color-5: #a8ffd7;
}
CSS del degradado de fondo Matrix Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b300, #30db00, #4dff5b, #7affb2, #a8ffd7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b300, #30db00, #4dff5b, #7affb2, #a8ffd7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores colors.matrix
Matrix Green color palette created on .