Paleta de colores Matrix Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Matrix Green palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Matrix Green

Download matrix green color palette PNG image (landscape)
Download matrix green color palette PNG image (square)

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);
}

Matrix Green color palette created on .