Shades of Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Green CSS

/* CSS */
.color-1 {
color: #00ff99;
}
.color-2 {
color: #00cc7a;
}
.color-3 {
color: #00995c;
}
.color-4 {
color: #007a3d;
}
.color-5 {
color: #005c20;
}

/* CSS Variables */
:root {
--color-1: #00ff99;
--color-2: #00cc7a;
--color-3: #00995c;
--color-4: #007a3d;
--color-5: #005c20;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ff99, #00cc7a, #00995c, #007a3d, #005c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ff99, #00cc7a, #00995c, #007a3d, #005c20);
}

Shades of Green color palette created on .