Matrix Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Matrix palette
Matrix color palette PNG image
Matrix color palette CSS
/* CSS */
.color-1 {
color: #00b300;
}
.color-2 {
color: #38ff38;
}
.color-3 {
color: #66ff66;
}
.color-4 {
color: #99ff99;
}
.color-5 {
color: #ccffcc;
}
/* CSS Variables */
:root {
--color-1: #00b300;
--color-2: #38ff38;
--color-3: #66ff66;
--color-4: #99ff99;
--color-5: #ccffcc;
}
Matrix background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b300, #38ff38, #66ff66, #99ff99, #ccffcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b300, #38ff38, #66ff66, #99ff99, #ccffcc);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Matrix color palette created on .